UNPKG

@voiceflow/voiceflow-types

Version:

Voiceflow 'voiceflow' project types

9 lines 351 B
import type { VoiceNode } from '@voiceflow/voice-types'; import type { Voice } from '../../constants'; export interface VoiceStepData extends VoiceNode.CardV2.StepData<Voice> { } export interface VoiceStep extends VoiceNode.CardV2.Step<VoiceStepData> { } export interface VoiceNode extends VoiceNode.CardV2.Node { } //# sourceMappingURL=voice.d.ts.map