Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 250 Bytes

channel.md

File metadata and controls

17 lines (11 loc) · 250 Bytes

Channel

The channel of the message to be deleted

Example Usage

import { Channel } from "@novu/api/models/operations";

let value: Channel = "in_app";

Values

"in_app" | "email" | "sms" | "chat" | "push"