/** * 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. */ /** * Invalid expires * @export * @interface ApiV2DistributionCreatePost200ResponseOneOf8 */ export interface ApiV2DistributionCreatePost200ResponseOneOf8 { /** * * @type {string} * @memberof ApiV2DistributionCreatePost200ResponseOneOf8 */ result: ApiV2DistributionCreatePost200ResponseOneOf8ResultEnum; /** * * @type {number} * @memberof ApiV2DistributionCreatePost200ResponseOneOf8 */ code: ApiV2DistributionCreatePost200ResponseOneOf8CodeEnum; } /** * @export */ export declare const ApiV2DistributionCreatePost200ResponseOneOf8ResultEnum: { readonly Fail: "fail"; }; export type ApiV2DistributionCreatePost200ResponseOneOf8ResultEnum = typeof ApiV2DistributionCreatePost200ResponseOneOf8ResultEnum[keyof typeof ApiV2DistributionCreatePost200ResponseOneOf8ResultEnum]; /** * @export */ export declare const ApiV2DistributionCreatePost200ResponseOneOf8CodeEnum: { readonly NUMBER_9008: 9008; }; export type ApiV2DistributionCreatePost200ResponseOneOf8CodeEnum = typeof ApiV2DistributionCreatePost200ResponseOneOf8CodeEnum[keyof typeof ApiV2DistributionCreatePost200ResponseOneOf8CodeEnum]; /** * Check if a given object implements the ApiV2DistributionCreatePost200ResponseOneOf8 interface. */ export declare function instanceOfApiV2DistributionCreatePost200ResponseOneOf8(value: object): boolean; export declare function ApiV2DistributionCreatePost200ResponseOneOf8FromJSON(json: any): ApiV2DistributionCreatePost200ResponseOneOf8; export declare function ApiV2DistributionCreatePost200ResponseOneOf8FromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV2DistributionCreatePost200ResponseOneOf8; export declare function ApiV2DistributionCreatePost200ResponseOneOf8ToJSON(value?: ApiV2DistributionCreatePost200ResponseOneOf8 | null): any; //# sourceMappingURL=ApiV2DistributionCreatePost200ResponseOneOf8.d.ts.map