UNPKG

@voiceflow/google-types

Version:
11 lines 534 B
import type { Voice } from '../../constants/index.js'; import type { BaseButton } from '@voiceflow/base-types'; import type { VoiceNode } from '@voiceflow/voice-types'; import type { SharedNode } from './base.js'; export interface VoiceStepData extends VoiceNode.Interaction.StepData<Voice>, BaseButton.StepButton { } export interface VoiceStep extends VoiceNode.Interaction.Step<VoiceStepData> { } export interface VoiceNode extends Omit<VoiceNode.Interaction.Node, 'interactions'>, SharedNode { } //# sourceMappingURL=voice.d.ts.map