/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Serializer for the request to mark notifications as read. */ export type MarkAllReadRequest = { /** * Optional list of notification IDs to mark as read. If not provided, all unread notifications will be marked as read. */ notification_ids?: Array; };