This commit is contained in:
2026-02-18 22:15:50 +03:30
parent 84270ccb46
commit 3afcd2e4b3
8 changed files with 135 additions and 19 deletions
@@ -37,7 +37,7 @@ export enum OrderItemStatusEnum {
CANCELED = 'canceled',
}
export interface IField { fieldId: number, value: string }
export interface IAttachment { type: string, url: string }