feat: deal group and stuff

This commit is contained in:
2024-11-09 02:29:15 +03:00
parent a151e39c5e
commit 1fa0f63c82
2 changed files with 1 additions and 2 deletions

View File

@@ -8,6 +8,5 @@ export type DealProductSchema = {
product: ProductSchema; product: ProductSchema;
services: Array<DealProductServiceSchema>; services: Array<DealProductServiceSchema>;
quantity: number; quantity: number;
comment?: string;
}; };

View File

@@ -53,7 +53,7 @@ export class BillingService {
}); });
} }
/** /**
* Create Deal Bill * Cancel Deal Billing
* @returns CancelDealBillResponse Successful Response * @returns CancelDealBillResponse Successful Response
* @throws ApiError * @throws ApiError
*/ */