UNPKG

@voiceflow/alexa-types

Version:
7 lines 273 B
import type { Voice } from '../constants'; import type { VoiceNode } from '@voiceflow/voice-types'; export interface StepData extends VoiceNode.Prompt.StepData<Voice> { } export interface Step extends VoiceNode.Prompt.Step<StepData> { } //# sourceMappingURL=prompt.d.ts.map