/**
 * 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 { ImportedAPIStatusSUCCESS } from './imported-apistatus-success';
import type { PickFCommentIsDeletedOrCommentHTMLOrCommenterNameOrUserId } from './pick-fcomment-is-deleted-or-comment-htmlor-commenter-name-or-user-id';
/**
 *
 * @export
 * @interface PublicAPIDeleteCommentResponse
 */
export interface PublicAPIDeleteCommentResponse {
    /**
     *
     * @type {PickFCommentIsDeletedOrCommentHTMLOrCommenterNameOrUserId}
     * @memberof PublicAPIDeleteCommentResponse
     */
    'comment'?: PickFCommentIsDeletedOrCommentHTMLOrCommenterNameOrUserId;
    /**
     *
     * @type {boolean}
     * @memberof PublicAPIDeleteCommentResponse
     */
    'hardRemoved': boolean;
    /**
     *
     * @type {ImportedAPIStatusSUCCESS}
     * @memberof PublicAPIDeleteCommentResponse
     */
    'status': ImportedAPIStatusSUCCESS;
}
//# sourceMappingURL=public-apidelete-comment-response.d.ts.map