Skip to content

ActivityPlug API / @activityplug/core / NotificationGroup

Interface: NotificationGroup

Defined in: packages/core/src/types/entities.ts:211

Properties

key

readonly key: string

Defined in: packages/core/src/types/entities.ts:212


notifications

readonly notifications: readonly Notification[]

Defined in: packages/core/src/types/entities.ts:214


raw

readonly raw: unknown

Defined in: packages/core/src/types/entities.ts:215


type

readonly type: NotificationType

Defined in: packages/core/src/types/entities.ts:213