Skip to content

ActivityPlug API / @activityplug/server / PublicNotificationGroup

Interface: PublicNotificationGroup

Defined in: packages/server/src/api/service.ts:548

Extends

  • Omit<NotificationGroup, "notifications">

Indexable

[key: string]: NotificationGroup

[key: number]: NotificationGroup

[key: symbol]: NotificationGroup

Properties

notifications

readonly notifications: readonly PublicNotification[]

Defined in: packages/server/src/api/service.ts:549