/** * 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. */ /** * * @export * @interface AddLocalIdentityCard200ResponseAllOf */ export interface AddLocalIdentityCard200ResponseAllOf { /** * card id * @type {number} * @memberof AddLocalIdentityCard200ResponseAllOf */ cardId?: number; } /** * Check if a given object implements the AddLocalIdentityCard200ResponseAllOf interface. */ export declare function instanceOfAddLocalIdentityCard200ResponseAllOf(value: object): boolean; export declare function AddLocalIdentityCard200ResponseAllOfFromJSON(json: any): AddLocalIdentityCard200ResponseAllOf; export declare function AddLocalIdentityCard200ResponseAllOfFromJSONTyped(json: any, ignoreDiscriminator: boolean): AddLocalIdentityCard200ResponseAllOf; export declare function AddLocalIdentityCard200ResponseAllOfToJSON(value?: AddLocalIdentityCard200ResponseAllOf | null): any; //# sourceMappingURL=AddLocalIdentityCard200ResponseAllOf.d.ts.map