@dialstack/sdk-dev / js/src / GraphNodeType
Type Alias: GraphNodeType
TypeScript
type GraphNodeType =
| "start"
| "schedule"
| "internalDial"
| "ringAllUsers"
| "voicemail"
| "externalDial"
| "voiceApp"
| "menu"
| "audioClip"
| "hangUp";
Defined in: sdk/js/src/types/dial-plan.ts:388
Types of nodes in the visual graph