Skip to content

ActivityPlug API / @activityplug/core / Notification

Interface: Notification

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

Properties

account

readonly account: EntityRef<"account">

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


createdAt

readonly createdAt: string

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


post?

readonly optional post?: EntityRef<"post">

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


raw

readonly raw: unknown

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


ref

readonly ref: EntityRef<"notification">

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


type

readonly type: NotificationType

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