/**
 * 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 { PickFCommentApprovedOrCommentHTML } from './pick-fcomment-approved-or-comment-html';
/**
 *
 * @export
 * @interface PublicAPISetCommentTextResponse
 */
export interface PublicAPISetCommentTextResponse {
    /**
     *
     * @type {PickFCommentApprovedOrCommentHTML}
     * @memberof PublicAPISetCommentTextResponse
     */
    'comment': PickFCommentApprovedOrCommentHTML;
    /**
     *
     * @type {ImportedAPIStatusSUCCESS}
     * @memberof PublicAPISetCommentTextResponse
     */
    'status': ImportedAPIStatusSUCCESS;
}
//# sourceMappingURL=public-apiset-comment-text-response.d.ts.map