property NotificationMessage.to

Recipient addresses keyed by channel (e.g. { email: '…', phone: '…' }).

Type

Readonly<Record<string, string>>

Usage

import { type NotificationMessage } from "common/src/index.ts";