Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 295 Bytes

steptypeenum.md

File metadata and controls

17 lines (11 loc) · 295 Bytes

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"