Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 277 Bytes

channeltypeenum.md

File metadata and controls

17 lines (11 loc) · 277 Bytes

ChannelTypeEnum

Channel type through which the message is sent

Example Usage

import { ChannelTypeEnum } from "@novu/api/models/components";

let value: ChannelTypeEnum = "sms";

Values

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