interface PushMessage
Since 0.1.0

An outgoing push-notification message shaped by PushTransport.

Properties

readonly
to: string
readonly
optional
title: string
readonly
body: string

Usage

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