UNPKG

@voiceflow/voiceflow-types

Version:

Voiceflow 'voiceflow' project types

10 lines 410 B
import type { BaseButton } from '@voiceflow/base-types'; import type { VoiceNode } from '@voiceflow/voice-types'; import type { Voice } from '../../constants'; /** @deprecated */ export interface VoiceStepData extends VoiceNode.Capture.StepData<Voice>, BaseButton.StepButton { } /** @deprecated */ export interface VoiceStep extends VoiceNode.Capture.Step<VoiceStepData> { } //# sourceMappingURL=voice.d.ts.map