@dodi-smart/nuki-graphql-api
Version:
Nuki GraphQL API
27 lines • 432 B
TypeScript
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