/** * 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. */ /** * Insufficient permission to unassign a label * @export * @interface ApiV2LabelUnassignPost200ResponseOneOf */ export interface ApiV2LabelUnassignPost200ResponseOneOf { /** * * @type {string} * @memberof ApiV2LabelUnassignPost200ResponseOneOf */ result: ApiV2LabelUnassignPost200ResponseOneOfResultEnum; /** * * @type {number} * @memberof ApiV2LabelUnassignPost200ResponseOneOf */ code: ApiV2LabelUnassignPost200ResponseOneOfCodeEnum; } /** * @export */ export declare const ApiV2LabelUnassignPost200ResponseOneOfResultEnum: { readonly Fail: "fail"; }; export type ApiV2LabelUnassignPost200ResponseOneOfResultEnum = typeof ApiV2LabelUnassignPost200ResponseOneOfResultEnum[keyof typeof ApiV2LabelUnassignPost200ResponseOneOfResultEnum]; /** * @export */ export declare const ApiV2LabelUnassignPost200ResponseOneOfCodeEnum: { readonly NUMBER_9000: 9000; }; export type ApiV2LabelUnassignPost200ResponseOneOfCodeEnum = typeof ApiV2LabelUnassignPost200ResponseOneOfCodeEnum[keyof typeof ApiV2LabelUnassignPost200ResponseOneOfCodeEnum]; /** * Check if a given object implements the ApiV2LabelUnassignPost200ResponseOneOf interface. */ export declare function instanceOfApiV2LabelUnassignPost200ResponseOneOf(value: object): boolean; export declare function ApiV2LabelUnassignPost200ResponseOneOfFromJSON(json: any): ApiV2LabelUnassignPost200ResponseOneOf; export declare function ApiV2LabelUnassignPost200ResponseOneOfFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV2LabelUnassignPost200ResponseOneOf; export declare function ApiV2LabelUnassignPost200ResponseOneOfToJSON(value?: ApiV2LabelUnassignPost200ResponseOneOf | null): any; //# sourceMappingURL=ApiV2LabelUnassignPost200ResponseOneOf.d.ts.map