/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Serializer for the response when marking all notifications as read. */ export type MarkAllReadResponse = { /** * Status message after marking notifications as read */ message: string; /** * Number of notifications marked as read */ count: number; };