Skip to main content
zerotal

Documentation


Documentation / @zerotal/monitor / NotificationEntry

Interface: NotificationEntry

Defined in: monitor/src/store/types.ts:408

A delivered notification (one per channel), for the Notifications feed.

Properties

notification

notification: string

Defined in: monitor/src/store/types.ts:409


channel

channel: string

Defined in: monitor/src/store/types.ts:410


recipient

recipient: string

Defined in: monitor/src/store/types.ts:411


status

status: "ok" | "bad"

Defined in: monitor/src/store/types.ts:412


ms

ms: number

Defined in: monitor/src/store/types.ts:413


when

when: string

Defined in: monitor/src/store/types.ts:414