/**
 * 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.
 */
/**
 *
 * @export
 * @interface UpdateNotificationBody
 */
export interface UpdateNotificationBody {
    [key: string]: any | any;
    /**
     *
     * @type {boolean}
     * @memberof UpdateNotificationBody
     */
    viewed?: boolean;
    /**
     *
     * @type {boolean}
     * @memberof UpdateNotificationBody
     */
    optedOut?: boolean;
}
/**
 * Check if a given object implements the UpdateNotificationBody interface.
 */
export declare function instanceOfUpdateNotificationBody(value: object): value is UpdateNotificationBody;
export declare function UpdateNotificationBodyFromJSON(json: any): UpdateNotificationBody;
export declare function UpdateNotificationBodyFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdateNotificationBody;
export declare function UpdateNotificationBodyToJSON(json: any): UpdateNotificationBody;
export declare function UpdateNotificationBodyToJSONTyped(value?: UpdateNotificationBody | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=UpdateNotificationBody.d.ts.map