/**
 * AskNews API
 * AskNews API [![status](https://status.asknews.app/api/badge/2/status?style=for-the-badge)](https://status.asknews.app/status/prod)
 *
 * The version of the OpenAPI document: 0.24.66
 * Contact: contact@emergentmethods.ai
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
/**
 *
 * @export
 * @interface AbcAPIErrorModel107
 */
export interface AbcAPIErrorModel107 {
    /**
     *
     * @type {number}
     * @memberof AbcAPIErrorModel107
     */
    code: number;
    /**
     *
     * @type {string}
     * @memberof AbcAPIErrorModel107
     */
    detail: string;
}
/**
 * Check if a given object implements the AbcAPIErrorModel107 interface.
 */
export declare function instanceOfAbcAPIErrorModel107(value: object): value is AbcAPIErrorModel107;
export declare function AbcAPIErrorModel107FromJSON(json: any): AbcAPIErrorModel107;
export declare function AbcAPIErrorModel107FromJSONTyped(json: any, ignoreDiscriminator: boolean): AbcAPIErrorModel107;
export declare function AbcAPIErrorModel107ToJSON(json: any): AbcAPIErrorModel107;
export declare function AbcAPIErrorModel107ToJSONTyped(value?: AbcAPIErrorModel107 | null, ignoreDiscriminator?: boolean): any;
