login/checkout
This commit is contained in:
@ -13,3 +13,20 @@ export interface AddressesList {
|
||||
is_default: boolean;
|
||||
is_official: boolean;
|
||||
}
|
||||
|
||||
export interface UserAddressOfficial {
|
||||
address: {
|
||||
name: string;
|
||||
surname: string;
|
||||
street: string;
|
||||
postcode: string;
|
||||
city: string;
|
||||
country: {
|
||||
country_lang: [
|
||||
{
|
||||
name: string;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user