/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { Status3daEnum } from './Status3daEnum'; export type NotificationsUpdate = { /** * Comma-separated list of notification UUIDs to update */ notification_id?: string; /** * New status to set (e.g. read, unread) * * * `READ` - Read * * `UNREAD` - Unread * * `CANCELLED` - Cancelled */ status: Status3daEnum; };