/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { Status3daEnum } from './Status3daEnum'; export type NotificationCount = { /** * Filter count by notification status * * * `READ` - Read * * `UNREAD` - Unread * * `CANCELLED` - Cancelled */ status?: Status3daEnum; /** * Filter count by delivery channel */ channel?: string; };