UNPKG

@dodi-smart/nuki-graphql-api

Version:
15 lines 312 B
export type AddressUpdate = { /** * The name of the address */ name?: string; /** * The smartlocks for this address */ smartlockIds?: Array<number>; /** * The optional settings */ settings?: Record<string, any>; }; //# sourceMappingURL=AddressUpdate.d.ts.map