Skip to content

Commit

Permalink
feat(type/com): ComUserIncOrder
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm authored and AliMD committed May 27, 2023
1 parent 791793b commit 8ddf5bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/type/src/customer-order-management.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@ export interface ComUser extends User {
priceListName?: string;
}

export interface ComUserIncOrder extends ComUser {
orderList: Record<string, Order>;
}

// -- Schema --

export const orderInfoSchema = {
Expand Down

0 comments on commit 8ddf5bf

Please sign in to comment.