/**
 * 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 PutDomainConfig200Response
 */
export interface PutDomainConfig200Response {
    /**
     *
     * @type {any}
     * @memberof PutDomainConfig200Response
     */
    _configuration: any | null;
    /**
     *
     * @type {any}
     * @memberof PutDomainConfig200Response
     */
    status: any | null;
    /**
     *
     * @type {string}
     * @memberof PutDomainConfig200Response
     */
    reason: string;
    /**
     *
     * @type {string}
     * @memberof PutDomainConfig200Response
     */
    code: string;
}
/**
 * Check if a given object implements the PutDomainConfig200Response interface.
 */
export declare function instanceOfPutDomainConfig200Response(value: object): value is PutDomainConfig200Response;
export declare function PutDomainConfig200ResponseFromJSON(json: any): PutDomainConfig200Response;
export declare function PutDomainConfig200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): PutDomainConfig200Response;
export declare function PutDomainConfig200ResponseToJSON(json: any): PutDomainConfig200Response;
export declare function PutDomainConfig200ResponseToJSONTyped(value?: PutDomainConfig200Response | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=PutDomainConfig200Response.d.ts.map