type alias Notification

A notification received from a pub/sub channel.

Properties

channel: string

The channel the notification was sent to.

payload: string

The payload string.

Usage

import { type Notification } from ".";