order item

This commit is contained in:
2026-01-26 10:27:34 +03:30
parent b45bc93799
commit 5031e34064
4 changed files with 101 additions and 85 deletions
@@ -34,4 +34,7 @@ export interface AddOrderItem {
attachments: { url: string, type: string }[]
unitPrice?: number
discount?: number
}
}
export type UpdateOrderItem = Partial<AddOrderItem>