/** * 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 GetLockBattery200ResponseAllOf */ export interface GetLockBattery200ResponseAllOf { /** * Lock time (timestamp in millisecond) * @type {number} * @memberof GetLockBattery200ResponseAllOf */ electricQuantity?: number; } /** * Check if a given object implements the GetLockBattery200ResponseAllOf interface. */ export declare function instanceOfGetLockBattery200ResponseAllOf(value: object): boolean; export declare function GetLockBattery200ResponseAllOfFromJSON(json: any): GetLockBattery200ResponseAllOf; export declare function GetLockBattery200ResponseAllOfFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetLockBattery200ResponseAllOf; export declare function GetLockBattery200ResponseAllOfToJSON(value?: GetLockBattery200ResponseAllOf | null): any; //# sourceMappingURL=GetLockBattery200ResponseAllOf.d.ts.map