/** * 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 LoginResponseAllOf */ export interface LoginResponseAllOf { /** * * @type {string} * @memberof LoginResponseAllOf */ username?: string | null; } /** * Check if a given object implements the LoginResponseAllOf interface. */ export declare function instanceOfLoginResponseAllOf(value: object): boolean; export declare function LoginResponseAllOfFromJSON(json: any): LoginResponseAllOf; export declare function LoginResponseAllOfFromJSONTyped(json: any, ignoreDiscriminator: boolean): LoginResponseAllOf; export declare function LoginResponseAllOfToJSON(value?: LoginResponseAllOf | null): any; //# sourceMappingURL=LoginResponseAllOf.d.ts.map