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