/**
 * 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 SetCommentApprovedResponse
 */
export interface SetCommentApprovedResponse {
    /**
     *
     * @type {boolean}
     * @memberof SetCommentApprovedResponse
     */
    didResetFlaggedCount?: boolean;
    /**
     *
     * @type {APIStatus}
     * @memberof SetCommentApprovedResponse
     */
    status: APIStatus;
}
/**
 * Check if a given object implements the SetCommentApprovedResponse interface.
 */
export declare function instanceOfSetCommentApprovedResponse(value: object): value is SetCommentApprovedResponse;
export declare function SetCommentApprovedResponseFromJSON(json: any): SetCommentApprovedResponse;
export declare function SetCommentApprovedResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): SetCommentApprovedResponse;
export declare function SetCommentApprovedResponseToJSON(json: any): SetCommentApprovedResponse;
export declare function SetCommentApprovedResponseToJSONTyped(value?: SetCommentApprovedResponse | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=SetCommentApprovedResponse.d.ts.map