/** * TTLock * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v3.1.9 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export * @interface CreatePasscodeResponse */ export interface CreatePasscodeResponse { /** * the passcode * @type {string} * @memberof CreatePasscodeResponse */ keyboardPwd?: string; /** * the passcode id * @type {number} * @memberof CreatePasscodeResponse */ keyboardPwdId?: number; } /** * Check if a given object implements the CreatePasscodeResponse interface. */ export declare function instanceOfCreatePasscodeResponse(value: object): boolean; export declare function CreatePasscodeResponseFromJSON(json: any): CreatePasscodeResponse; export declare function CreatePasscodeResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreatePasscodeResponse; export declare function CreatePasscodeResponseToJSON(value?: CreatePasscodeResponse | null): any; //# sourceMappingURL=CreatePasscodeResponse.d.ts.map