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