ChannelTypeEnum Channel type through which the message is sent Example Usage import { ChannelTypeEnum } from "@novu/api/models/components"; let value: ChannelTypeEnum = "in_app"; Values "in_app" | "email" | "sms" | "chat" | "push"