UNPKG

@dodi-smart/nuki-graphql-api

Version:
11 lines 229 B
export type AddressCreate = { /** * The name of the address */ name: string; /** * The smartlocks for this address */ smartlockIds: Array<number>; }; //# sourceMappingURL=AddressCreate.d.ts.map