Adding betterzon api to plutoapi
Jenkins Production Deployment

This commit is contained in:
2021-11-11 11:52:27 +01:00
parent 9713435620
commit 88569f8a40
43 changed files with 3139 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
export interface Vendor {
vendor_id: number;
name: string;
streetname: string;
zip_code: string;
city: string;
country_code: string;
phone: string;
website: string;
}