UNPKG

@voiceflow/alexa-types

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