This commit is contained in:
2024-07-21 10:58:51 +03:00
parent 54c9ca8908
commit af05b51d1c
188 changed files with 1155 additions and 555 deletions

View File

@@ -1,3 +1,5 @@
import {BaseMarketplaceSchema} from "../client";
export type QuickDeal = {
name: string;
clientName: string;
@@ -5,4 +7,5 @@ export type QuickDeal = {
comment: string;
acceptanceDate: Date;
shippingWarehouse: string;
baseMarketplace: BaseMarketplaceSchema
}