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