UNPKG

@voiceflow/google-types

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