UNPKG

@voiceflow/google-types

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