UNPKG

@dodi-smart/nuki-graphql-api

Version:
15 lines 282 B
export type AddressTokenInfo = { /** * The id */ id: string; /** * The address name */ addressName: string; /** * The associated smartlock names */ smartlockNames: Array<string>; }; //# sourceMappingURL=AddressTokenInfo.d.ts.map