UNPKG

@voiceflow/google-types

Version:
9 lines 369 B
import type { Voice } from '../../constants/index.js'; 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