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