@dodi-smart/nuki-graphql-api
Version:
Nuki GraphQL API
15 lines • 349 B
TypeScript
export type Account_Config = {
/**
* The alexa pin - used by alexa for unlock actions
*/
alexaPin: string;
/**
* The google smart home pin - used for unlock actions
*/
gactionsHomePin: string;
/**
* The opt enabled date
*/
otpEnabledDate?: string;
};
//# sourceMappingURL=Account_Config.d.ts.map