UNPKG

@voiceflow/alexa-types

Version:
12 lines 390 B
import type { Voice } from '../constants'; import type { VoiceNode } from '@voiceflow/voice-types'; /** @deprecated */ export interface StepData extends VoiceNode.Capture.StepData<Voice> { } /** @deprecated */ export interface Step extends VoiceNode.Capture.Step<StepData> { } /** @deprecated */ export interface Node extends VoiceNode.Capture.Node { } //# sourceMappingURL=capture.d.ts.map