StepTypeEnum Channels of the notification Example Usage import { StepTypeEnum } from "@novu/api/models/components"; let value: StepTypeEnum = "chat"; Values "in_app" | "email" | "sms" | "chat" | "push" | "digest" | "trigger" | "delay" | "custom"