UNPKG

@voiceflow/google-types

Version:
12 lines 447 B
import type { ChatNode, ChatStep, ChatStepData } from './chat.js'; import type { VoiceNode, VoiceStep, VoiceStepData } from './voice.js'; export * from './base.js'; export * from './chat.js'; export * from './voice.js'; /** @deprecated */ export type Step = ChatStep | VoiceStep; /** @deprecated */ export type StepData = ChatStepData | VoiceStepData; /** @deprecated */ export type Node = ChatNode | VoiceNode; //# sourceMappingURL=index.d.ts.map