lfk-client-js/dist/models/Address.d.ts
2023-02-02 09:42:58 +00:00

8 lines
134 B
TypeScript

export type Address = {
address1: string;
address2: string;
postalcode: string;
city: string;
country: string;
};