order item
This commit is contained in:
@@ -34,4 +34,7 @@ export interface AddOrderItem {
|
||||
attachments: { url: string, type: string }[]
|
||||
unitPrice?: number
|
||||
discount?: number
|
||||
}
|
||||
}
|
||||
|
||||
export type UpdateOrderItem = Partial<AddOrderItem>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user