/**
 * fastcomments
 * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
 *
 * The version of the OpenAPI document: 0.0.0
 *
 *
 * 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 GetDomainConfigs200ResponseAnyOf1
 */
export interface GetDomainConfigs200ResponseAnyOf1 {
    /**
     *
     * @type {string}
     * @memberof GetDomainConfigs200ResponseAnyOf1
     */
    reason: string;
    /**
     *
     * @type {string}
     * @memberof GetDomainConfigs200ResponseAnyOf1
     */
    code: string;
    /**
     *
     * @type {any}
     * @memberof GetDomainConfigs200ResponseAnyOf1
     */
    status: any | null;
}
/**
 * Check if a given object implements the GetDomainConfigs200ResponseAnyOf1 interface.
 */
export declare function instanceOfGetDomainConfigs200ResponseAnyOf1(value: object): value is GetDomainConfigs200ResponseAnyOf1;
export declare function GetDomainConfigs200ResponseAnyOf1FromJSON(json: any): GetDomainConfigs200ResponseAnyOf1;
export declare function GetDomainConfigs200ResponseAnyOf1FromJSONTyped(json: any, ignoreDiscriminator: boolean): GetDomainConfigs200ResponseAnyOf1;
export declare function GetDomainConfigs200ResponseAnyOf1ToJSON(json: any): GetDomainConfigs200ResponseAnyOf1;
export declare function GetDomainConfigs200ResponseAnyOf1ToJSONTyped(value?: GetDomainConfigs200ResponseAnyOf1 | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=GetDomainConfigs200ResponseAnyOf1.d.ts.map