new lib version [CI SKIP]
This commit is contained in:
13
dist/models/Address.ts
vendored
Normal file
13
dist/models/Address.ts
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
export type Address = {
|
||||
id: number;
|
||||
description?: string;
|
||||
address1: string;
|
||||
address2?: string;
|
||||
postalcode: string;
|
||||
city: string;
|
||||
country: string;
|
||||
}
|
||||
Reference in New Issue
Block a user