/** * 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 { GetLockNbInfo200ResponseAllOfListInner } from './GetLockNbInfo200ResponseAllOfListInner'; /** * * @export * @interface GetLockNbInfo200ResponseAllOf */ export interface GetLockNbInfo200ResponseAllOf { /** * * @type {Array} * @memberof GetLockNbInfo200ResponseAllOf */ list?: Array; } /** * Check if a given object implements the GetLockNbInfo200ResponseAllOf interface. */ export declare function instanceOfGetLockNbInfo200ResponseAllOf(value: object): boolean; export declare function GetLockNbInfo200ResponseAllOfFromJSON(json: any): GetLockNbInfo200ResponseAllOf; export declare function GetLockNbInfo200ResponseAllOfFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetLockNbInfo200ResponseAllOf; export declare function GetLockNbInfo200ResponseAllOfToJSON(value?: GetLockNbInfo200ResponseAllOf | null): any; //# sourceMappingURL=GetLockNbInfo200ResponseAllOf.d.ts.map