Skip to content

Commit

Permalink
feat(type): add priceListName to ComUser
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadhonarvar authored and AliMD committed May 19, 2023
1 parent f6a8731 commit b22555e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/type/src/customer-order-management.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ export type UserPermission = (typeof userPermissionsCS)[number];
export interface ComUser extends User {
permissions?: Array<UserPermission> | 'root';
shopName?: string;
priceListName?: string;
}

// -- Schema --
Expand Down

0 comments on commit b22555e

Please sign in to comment.