login
This commit is contained in:
15
types/checkout.ts
Normal file
15
types/checkout.ts
Normal file
@ -0,0 +1,15 @@
|
||||
export interface AddressesList {
|
||||
address: {
|
||||
city: string;
|
||||
country_iso: string;
|
||||
name: string;
|
||||
postcode: string;
|
||||
street: string;
|
||||
surname: string;
|
||||
};
|
||||
address_id: number;
|
||||
alias: string;
|
||||
customer_id: number;
|
||||
is_default: boolean;
|
||||
is_official: boolean;
|
||||
}
|
Reference in New Issue
Block a user