@voiceflow/google-types
Version:
Google service types
8 lines • 313 B
TypeScript
import type { ChatStep, ChatStepData } from './chat';
import type { VoiceStep, VoiceStepData } from './voice';
export * from './base';
export * from './chat';
export * from './voice';
export type Step = ChatStep | VoiceStep;
export type StepData = ChatStepData | VoiceStepData;
//# sourceMappingURL=index.d.ts.map