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