UNPKG

@voiceflow/voiceflow-types

Version:

Voiceflow 'voiceflow' project types

7 lines 301 B
import type { VoiceNode } from '@voiceflow/voice-types'; import type { Voice } from '../../constants/index.js'; export interface VoiceStepData extends VoiceNode.Buttons.StepData<Voice> { } export interface VoiceStep extends VoiceNode.Buttons.Step<VoiceStepData> { } //# sourceMappingURL=voice.d.ts.map