/**
 * 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';
/**
 *
 * @export
 * @interface UpdateUserNotificationStatus200Response
 */
export interface UpdateUserNotificationStatus200Response {
    /**
     *
     * @type {ImportedAPIStatusFAILED}
     * @memberof UpdateUserNotificationStatus200Response
     */
    'status': ImportedAPIStatusFAILED;
    /**
     *
     * @type {number}
     * @memberof UpdateUserNotificationStatus200Response
     */
    'matchedCount': number;
    /**
     *
     * @type {number}
     * @memberof UpdateUserNotificationStatus200Response
     */
    'modifiedCount': number;
    /**
     *
     * @type {string}
     * @memberof UpdateUserNotificationStatus200Response
     */
    'note': UpdateUserNotificationStatus200ResponseNoteEnum;
    /**
     *
     * @type {string}
     * @memberof UpdateUserNotificationStatus200Response
     */
    'reason': string;
    /**
     *
     * @type {string}
     * @memberof UpdateUserNotificationStatus200Response
     */
    'code': string;
    /**
     *
     * @type {string}
     * @memberof UpdateUserNotificationStatus200Response
     */
    'secondaryCode'?: string;
    /**
     *
     * @type {number}
     * @memberof UpdateUserNotificationStatus200Response
     */
    'bannedUntil'?: number;
    /**
     *
     * @type {number}
     * @memberof UpdateUserNotificationStatus200Response
     */
    'maxCharacterLength'?: number;
    /**
     *
     * @type {string}
     * @memberof UpdateUserNotificationStatus200Response
     */
    'translatedError'?: string;
    /**
     *
     * @type {CustomConfigParameters}
     * @memberof UpdateUserNotificationStatus200Response
     */
    'customConfig'?: CustomConfigParameters;
}
/**
    * @export
    * @enum {string}
    */
export declare enum UpdateUserNotificationStatus200ResponseNoteEnum {
    ignored_since_impersonated = "ignored-since-impersonated",
    demo_noop = "demo-noop"
}
//# sourceMappingURL=update-user-notification-status200-response.d.ts.map