UNPKG

@voiceflow/google-types

Version:
12 lines 422 B
import type { ChatNode } from '@voiceflow/chat-types'; import type { SharedNode } from './base.js'; /** @deprecated */ export interface ChatStepData extends ChatNode.Capture.StepData { } /** @deprecated */ export interface ChatStep extends ChatNode.Capture.Step<ChatStepData> { } /** @deprecated */ export interface ChatNode extends Omit<ChatNode.Capture.Node, 'buttons'>, SharedNode { } //# sourceMappingURL=chat.d.ts.map