UNPKG

@voiceflow/google-types

Version:
6 lines 226 B
import type { VoiceNode, VoiceStep, VoiceStepData } from './voice'; export * from './voice'; export type Step = VoiceStep; export type StepData = VoiceStepData; export type Node = VoiceNode; //# sourceMappingURL=index.d.ts.map