/** * 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. */ import type { GetLockData } from './GetLockData'; /** * * @export * @interface GetLockList */ export interface GetLockList { /** * * @type {Array} * @memberof GetLockList */ list?: Array | null; } /** * Check if a given object implements the GetLockList interface. */ export declare function instanceOfGetLockList(value: object): boolean; export declare function GetLockListFromJSON(json: any): GetLockList; export declare function GetLockListFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetLockList; export declare function GetLockListToJSON(value?: GetLockList | null): any; //# sourceMappingURL=GetLockList.d.ts.map