/**
 * 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 './CustomConfigParameters';
import type { APIStatus } from './APIStatus';
/**
 *
 * @export
 * @interface UpdateUserNotificationPageSubscriptionStatus200Response
 */
export interface UpdateUserNotificationPageSubscriptionStatus200Response {
    /**
     *
     * @type {APIStatus}
     * @memberof UpdateUserNotificationPageSubscriptionStatus200Response
     */
    status: APIStatus;
    /**
     *
     * @type {number}
     * @memberof UpdateUserNotificationPageSubscriptionStatus200Response
     */
    matchedCount: number;
    /**
     *
     * @type {number}
     * @memberof UpdateUserNotificationPageSubscriptionStatus200Response
     */
    modifiedCount: number;
    /**
     *
     * @type {string}
     * @memberof UpdateUserNotificationPageSubscriptionStatus200Response
     */
    note: UpdateUserNotificationPageSubscriptionStatus200ResponseNoteEnum;
    /**
     *
     * @type {string}
     * @memberof UpdateUserNotificationPageSubscriptionStatus200Response
     */
    reason: string;
    /**
     *
     * @type {string}
     * @memberof UpdateUserNotificationPageSubscriptionStatus200Response
     */
    code: string;
    /**
     *
     * @type {string}
     * @memberof UpdateUserNotificationPageSubscriptionStatus200Response
     */
    secondaryCode?: string;
    /**
     *
     * @type {number}
     * @memberof UpdateUserNotificationPageSubscriptionStatus200Response
     */
    bannedUntil?: number;
    /**
     *
     * @type {number}
     * @memberof UpdateUserNotificationPageSubscriptionStatus200Response
     */
    maxCharacterLength?: number;
    /**
     *
     * @type {string}
     * @memberof UpdateUserNotificationPageSubscriptionStatus200Response
     */
    translatedError?: string;
    /**
     *
     * @type {CustomConfigParameters}
     * @memberof UpdateUserNotificationPageSubscriptionStatus200Response
     */
    customConfig?: CustomConfigParameters;
}
/**
* @export
* @enum {string}
*/
export declare enum UpdateUserNotificationPageSubscriptionStatus200ResponseNoteEnum {
    ignored_since_impersonated = "ignored-since-impersonated",
    demo_noop = "demo-noop"
}
/**
 * Check if a given object implements the UpdateUserNotificationPageSubscriptionStatus200Response interface.
 */
export declare function instanceOfUpdateUserNotificationPageSubscriptionStatus200Response(value: object): value is UpdateUserNotificationPageSubscriptionStatus200Response;
export declare function UpdateUserNotificationPageSubscriptionStatus200ResponseFromJSON(json: any): UpdateUserNotificationPageSubscriptionStatus200Response;
export declare function UpdateUserNotificationPageSubscriptionStatus200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdateUserNotificationPageSubscriptionStatus200Response;
export declare function UpdateUserNotificationPageSubscriptionStatus200ResponseToJSON(json: any): UpdateUserNotificationPageSubscriptionStatus200Response;
export declare function UpdateUserNotificationPageSubscriptionStatus200ResponseToJSONTyped(value?: UpdateUserNotificationPageSubscriptionStatus200Response | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=UpdateUserNotificationPageSubscriptionStatus200Response.d.ts.map