Skip to content

Commit

Permalink
feat(type/com): ComUser/permissions
Browse files Browse the repository at this point in the history
Co-authored-by: Mohammad Honarvar <mohammadhonarvar@users.noreply.github.com>
  • Loading branch information
AliMD and mohammadhonarvar committed May 7, 2023
1 parent c902144 commit a962366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/type/src/customer-order-management.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export const userPermissionsCS = ['*', 'user/patch'] as const;
export type UserPermission = typeof userPermissionsCS[number];

export interface ComUser extends User {
permissions: Array<UserPermission>;
permissions?: Array<UserPermission>;
shopName?: string;
}

Expand Down

0 comments on commit a962366

Please sign in to comment.