/**
 * 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.
 */
import type { APIStatus } from './APIStatus';
/**
 *
 * @export
 * @interface PageReactWriteResponse
 */
export interface PageReactWriteResponse {
    /**
     *
     * @type {APIStatus}
     * @memberof PageReactWriteResponse
     */
    status: APIStatus;
    /**
     *
     * @type {string}
     * @memberof PageReactWriteResponse
     */
    code?: string;
    /**
     *
     * @type {string}
     * @memberof PageReactWriteResponse
     */
    reason?: string;
}
/**
 * Check if a given object implements the PageReactWriteResponse interface.
 */
export declare function instanceOfPageReactWriteResponse(value: object): value is PageReactWriteResponse;
export declare function PageReactWriteResponseFromJSON(json: any): PageReactWriteResponse;
export declare function PageReactWriteResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): PageReactWriteResponse;
export declare function PageReactWriteResponseToJSON(json: any): PageReactWriteResponse;
export declare function PageReactWriteResponseToJSONTyped(value?: PageReactWriteResponse | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=PageReactWriteResponse.d.ts.map