/** * 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. */ /** * Creating distribution failed * @export * @interface ApiV2DistributionCreatePost200ResponseOneOf5 */ export interface ApiV2DistributionCreatePost200ResponseOneOf5 { /** * * @type {string} * @memberof ApiV2DistributionCreatePost200ResponseOneOf5 */ result: ApiV2DistributionCreatePost200ResponseOneOf5ResultEnum; /** * * @type {number} * @memberof ApiV2DistributionCreatePost200ResponseOneOf5 */ code: ApiV2DistributionCreatePost200ResponseOneOf5CodeEnum; } /** * @export */ export declare const ApiV2DistributionCreatePost200ResponseOneOf5ResultEnum: { readonly Fail: "fail"; }; export type ApiV2DistributionCreatePost200ResponseOneOf5ResultEnum = typeof ApiV2DistributionCreatePost200ResponseOneOf5ResultEnum[keyof typeof ApiV2DistributionCreatePost200ResponseOneOf5ResultEnum]; /** * @export */ export declare const ApiV2DistributionCreatePost200ResponseOneOf5CodeEnum: { readonly NUMBER_9005: 9005; }; export type ApiV2DistributionCreatePost200ResponseOneOf5CodeEnum = typeof ApiV2DistributionCreatePost200ResponseOneOf5CodeEnum[keyof typeof ApiV2DistributionCreatePost200ResponseOneOf5CodeEnum]; /** * Check if a given object implements the ApiV2DistributionCreatePost200ResponseOneOf5 interface. */ export declare function instanceOfApiV2DistributionCreatePost200ResponseOneOf5(value: object): boolean; export declare function ApiV2DistributionCreatePost200ResponseOneOf5FromJSON(json: any): ApiV2DistributionCreatePost200ResponseOneOf5; export declare function ApiV2DistributionCreatePost200ResponseOneOf5FromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV2DistributionCreatePost200ResponseOneOf5; export declare function ApiV2DistributionCreatePost200ResponseOneOf5ToJSON(value?: ApiV2DistributionCreatePost200ResponseOneOf5 | null): any; //# sourceMappingURL=ApiV2DistributionCreatePost200ResponseOneOf5.d.ts.map