/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

export type UpdateNotification = {
    /**
     * Sets the notification as seen/unseen. If left null, sets it to the opposite value
     */
    seen?: boolean | null;
}
