@voiceflow/alexa-types
Version:
Alexa service types
9 lines • 341 B
TypeScript
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