UNPKG

@voiceflow/google-types

Version:
6 lines 229 B
import type { ChatNode } from '@voiceflow/chat-types'; export interface ChatStepData extends ChatNode.Prompt.StepData { } export interface ChatStep extends ChatNode.Prompt.Step<ChatStepData> { } //# sourceMappingURL=chat.d.ts.map