/** * 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. */ /** * Distribution group not found * @export * @interface ApiV2DistributionCreatePost200ResponseOneOf7 */ export interface ApiV2DistributionCreatePost200ResponseOneOf7 { /** * * @type {string} * @memberof ApiV2DistributionCreatePost200ResponseOneOf7 */ result: ApiV2DistributionCreatePost200ResponseOneOf7ResultEnum; /** * * @type {number} * @memberof ApiV2DistributionCreatePost200ResponseOneOf7 */ code: ApiV2DistributionCreatePost200ResponseOneOf7CodeEnum; } /** * @export */ export declare const ApiV2DistributionCreatePost200ResponseOneOf7ResultEnum: { readonly Fail: "fail"; }; export type ApiV2DistributionCreatePost200ResponseOneOf7ResultEnum = typeof ApiV2DistributionCreatePost200ResponseOneOf7ResultEnum[keyof typeof ApiV2DistributionCreatePost200ResponseOneOf7ResultEnum]; /** * @export */ export declare const ApiV2DistributionCreatePost200ResponseOneOf7CodeEnum: { readonly NUMBER_9007: 9007; }; export type ApiV2DistributionCreatePost200ResponseOneOf7CodeEnum = typeof ApiV2DistributionCreatePost200ResponseOneOf7CodeEnum[keyof typeof ApiV2DistributionCreatePost200ResponseOneOf7CodeEnum]; /** * Check if a given object implements the ApiV2DistributionCreatePost200ResponseOneOf7 interface. */ export declare function instanceOfApiV2DistributionCreatePost200ResponseOneOf7(value: object): boolean; export declare function ApiV2DistributionCreatePost200ResponseOneOf7FromJSON(json: any): ApiV2DistributionCreatePost200ResponseOneOf7; export declare function ApiV2DistributionCreatePost200ResponseOneOf7FromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV2DistributionCreatePost200ResponseOneOf7; export declare function ApiV2DistributionCreatePost200ResponseOneOf7ToJSON(value?: ApiV2DistributionCreatePost200ResponseOneOf7 | null): any; //# sourceMappingURL=ApiV2DistributionCreatePost200ResponseOneOf7.d.ts.map