UNPKG

@dodi-smart/nuki-graphql-api

Version:
27 lines 432 B
export type Account_Profile = { /** * The first name */ firstName: string; /** * The last name */ lastName: string; /** * The address */ address: string; /** * The postal code */ zip: string; /** * The city */ city: string; /** * The 2-letter country code */ country: string; }; //# sourceMappingURL=Account_Profile.d.ts.map