interface SmsMessage
Since 0.1.0

An outgoing SMS message shaped by SmsTransport.

Properties

readonly
to: string
readonly
body: string

Usage

import { type SmsMessage } from "notification-plugin/src/index.ts";