UNPKG

@dodi-smart/nuki-graphql-api

Version:
11 lines 233 B
export type SmartlockUpdate = { /** * The new name of the smartlock */ name?: string; /** * True if the smartlock is favorite */ favorite?: boolean; }; //# sourceMappingURL=SmartlockUpdate.d.ts.map