Skip to content

Commit

Permalink
fix(type): fix ComUser
Browse files Browse the repository at this point in the history
Co-authored-by: Mohammad Honarvar <honarvar.info@gmail.com>
  • Loading branch information
2 people authored and AliMD committed Apr 24, 2023
1 parent 7dd3d3e commit 670660f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions core/type/src/customer-order-management.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,12 @@ export interface OrderShippingInfo extends StringifyableRecord {
}

export interface ComUser extends User {
shopName: string;
tel: string;
landlinePhone: string;
province: string;
city: string;
address: string;
postalCode: string;
description?: string;
shopName?: string;
}

// -- Schema --
Expand Down

0 comments on commit 670660f

Please sign in to comment.