/**
 * 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 { ImportedAPIStatusFAILED } from './imported-apistatus-failed';
import type { UserBadge } from './user-badge';
/**
 *
 * @export
 * @interface CreateUserBadge200Response
 */
export interface CreateUserBadge200Response {
    /**
     *
     * @type {ImportedAPIStatusFAILED}
     * @memberof CreateUserBadge200Response
     */
    'status': ImportedAPIStatusFAILED;
    /**
     *
     * @type {UserBadge}
     * @memberof CreateUserBadge200Response
     */
    'userBadge': UserBadge;
    /**
     *
     * @type {string}
     * @memberof CreateUserBadge200Response
     */
    'reason': string;
    /**
     *
     * @type {string}
     * @memberof CreateUserBadge200Response
     */
    'code': string;
    /**
     *
     * @type {string}
     * @memberof CreateUserBadge200Response
     */
    'secondaryCode'?: string;
    /**
     *
     * @type {number}
     * @memberof CreateUserBadge200Response
     */
    'bannedUntil'?: number;
    /**
     *
     * @type {number}
     * @memberof CreateUserBadge200Response
     */
    'maxCharacterLength'?: number;
    /**
     *
     * @type {string}
     * @memberof CreateUserBadge200Response
     */
    'translatedError'?: string;
    /**
     *
     * @type {CustomConfigParameters}
     * @memberof CreateUserBadge200Response
     */
    'customConfig'?: CustomConfigParameters;
}
//# sourceMappingURL=create-user-badge200-response.d.ts.map