🚀New lib version v0.2.0 [CI SKIP]
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2021-01-20 17:08:42 +00:00
parent 213e191db5
commit 83d04c6e0a
50 changed files with 255 additions and 37 deletions

View File

@@ -1,8 +1,6 @@
export declare type Address = {
id: number;
description?: string;
address1: string;
address2?: string;
address2: string;
postalcode: string;
city: string;
country: string;