UNPKG

@voiceflow/voiceflow-types

Version:

Voiceflow 'voiceflow' project types

8 lines 269 B
import type { ChatNode } from '@voiceflow/chat-types'; /** @deprecated */ export interface ChatStepData extends ChatNode.Capture.StepData { } /** @deprecated */ export interface ChatStep extends ChatNode.Capture.Step<ChatStepData> { } //# sourceMappingURL=chat.d.ts.map