UNPKG

@voiceflow/voiceflow-types

Version:

Voiceflow 'voiceflow' project types

6 lines 226 B
import type { VoiceNode, VoiceStep, VoiceStepData } from './voice'; export * from './voice'; export type Step = VoiceStep; export type StepData = VoiceStepData; export type Node = VoiceNode; //# sourceMappingURL=index.d.ts.map