/**
 * 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 { CustomConfigParameters } from './custom-config-parameters';
import type { FeedPost } from './feed-post';
import type { ImportedAPIStatusFAILED } from './imported-apistatus-failed';
/**
 *
 * @export
 * @interface CreateFeedPost200Response
 */
export interface CreateFeedPost200Response {
    /**
     *
     * @type {ImportedAPIStatusFAILED}
     * @memberof CreateFeedPost200Response
     */
    'status': ImportedAPIStatusFAILED;
    /**
     *
     * @type {FeedPost}
     * @memberof CreateFeedPost200Response
     */
    'feedPost': FeedPost;
    /**
     *
     * @type {string}
     * @memberof CreateFeedPost200Response
     */
    'reason': string;
    /**
     *
     * @type {string}
     * @memberof CreateFeedPost200Response
     */
    'code': string;
    /**
     *
     * @type {string}
     * @memberof CreateFeedPost200Response
     */
    'secondaryCode'?: string;
    /**
     *
     * @type {number}
     * @memberof CreateFeedPost200Response
     */
    'bannedUntil'?: number;
    /**
     *
     * @type {number}
     * @memberof CreateFeedPost200Response
     */
    'maxCharacterLength'?: number;
    /**
     *
     * @type {string}
     * @memberof CreateFeedPost200Response
     */
    'translatedError'?: string;
    /**
     *
     * @type {CustomConfigParameters}
     * @memberof CreateFeedPost200Response
     */
    'customConfig'?: CustomConfigParameters;
}
//# sourceMappingURL=create-feed-post200-response.d.ts.map