This commit is contained in:
9
dist/models/Address.d.ts
vendored
Normal file
9
dist/models/Address.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
export declare type Address = {
|
||||
id: number;
|
||||
description?: string;
|
||||
address1: string;
|
||||
address2?: string;
|
||||
postalcode: string;
|
||||
city: string;
|
||||
country: string;
|
||||
};
|
||||
Reference in New Issue
Block a user