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"