@voiceflow/voiceflow-types
Version:
Voiceflow 'voiceflow' project types
10 lines • 419 B
TypeScript
import type { BaseButton } from '@voiceflow/base-types';
import type { VoiceNode } from '@voiceflow/voice-types';
import type { Voice } from '../../constants/index.js';
/** @deprecated */
export interface VoiceStepData extends VoiceNode.Capture.StepData<Voice>, BaseButton.StepButton {
}
/** @deprecated */
export interface VoiceStep extends VoiceNode.Capture.Step<VoiceStepData> {
}
//# sourceMappingURL=voice.d.ts.map