/** * Kanga Exchange API * API documentation generated from Kanga Exchange source code. * * The version of the OpenAPI document: 1.0.0 * Contact: support@kanga.exchange * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { ApiV2LabelUserListPost200ResponseOneOf } from './ApiV2LabelUserListPost200ResponseOneOf'; import { ApiV2LabelUserListPost200ResponseOneOf1 } from './ApiV2LabelUserListPost200ResponseOneOf1'; import { ApiV2PayPaymentGetPost200ResponseOneOf1 } from './ApiV2PayPaymentGetPost200ResponseOneOf1'; import { ApiV2PayPaymentGetPost200ResponseOneOf2 } from './ApiV2PayPaymentGetPost200ResponseOneOf2'; import { ApiV2PayPaymentGetPost200ResponseOneOf3 } from './ApiV2PayPaymentGetPost200ResponseOneOf3'; /** * @type ApiV2LabelUserListPost200Response * * @export */ export type ApiV2LabelUserListPost200Response = ApiV2LabelUserListPost200ResponseOneOf | ApiV2LabelUserListPost200ResponseOneOf1 | ApiV2PayPaymentGetPost200ResponseOneOf1 | ApiV2PayPaymentGetPost200ResponseOneOf2 | ApiV2PayPaymentGetPost200ResponseOneOf3; export declare function ApiV2LabelUserListPost200ResponseFromJSON(json: any): ApiV2LabelUserListPost200Response; export declare function ApiV2LabelUserListPost200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV2LabelUserListPost200Response; export declare function ApiV2LabelUserListPost200ResponseToJSON(value?: ApiV2LabelUserListPost200Response | null): any; //# sourceMappingURL=ApiV2LabelUserListPost200Response.d.ts.map