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