UNPKG

@voiceflow/google-types

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