/** * 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 user app ID * @export * @interface ApiV2DistributionCreatePost200ResponseOneOf6 */ export interface ApiV2DistributionCreatePost200ResponseOneOf6 { /** * * @type {string} * @memberof ApiV2DistributionCreatePost200ResponseOneOf6 */ result: ApiV2DistributionCreatePost200ResponseOneOf6ResultEnum; /** * * @type {number} * @memberof ApiV2DistributionCreatePost200ResponseOneOf6 */ code: ApiV2DistributionCreatePost200ResponseOneOf6CodeEnum; } /** * @export */ export declare const ApiV2DistributionCreatePost200ResponseOneOf6ResultEnum: { readonly Fail: "fail"; }; export type ApiV2DistributionCreatePost200ResponseOneOf6ResultEnum = typeof ApiV2DistributionCreatePost200ResponseOneOf6ResultEnum[keyof typeof ApiV2DistributionCreatePost200ResponseOneOf6ResultEnum]; /** * @export */ export declare const ApiV2DistributionCreatePost200ResponseOneOf6CodeEnum: { readonly NUMBER_9006: 9006; }; export type ApiV2DistributionCreatePost200ResponseOneOf6CodeEnum = typeof ApiV2DistributionCreatePost200ResponseOneOf6CodeEnum[keyof typeof ApiV2DistributionCreatePost200ResponseOneOf6CodeEnum]; /** * Check if a given object implements the ApiV2DistributionCreatePost200ResponseOneOf6 interface. */ export declare function instanceOfApiV2DistributionCreatePost200ResponseOneOf6(value: object): boolean; export declare function ApiV2DistributionCreatePost200ResponseOneOf6FromJSON(json: any): ApiV2DistributionCreatePost200ResponseOneOf6; export declare function ApiV2DistributionCreatePost200ResponseOneOf6FromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV2DistributionCreatePost200ResponseOneOf6; export declare function ApiV2DistributionCreatePost200ResponseOneOf6ToJSON(value?: ApiV2DistributionCreatePost200ResponseOneOf6 | null): any; //# sourceMappingURL=ApiV2DistributionCreatePost200ResponseOneOf6.d.ts.map