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