chore: add new feature for checking the user has access to the service or not
This commit is contained in:
@@ -19,6 +19,15 @@ export enum InvoiceStatus {
|
||||
OVERDUE = "OVERDUE",
|
||||
}
|
||||
|
||||
export interface IDanakCheckAccessResponse {
|
||||
statusCode: number;
|
||||
success: boolean;
|
||||
data?: {
|
||||
hasAccess: boolean;
|
||||
};
|
||||
error?: string;
|
||||
}
|
||||
|
||||
export interface IExternalInvoiceJob {
|
||||
invoice: {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user