UNPKG

@voiceflow/base-types

Version:

Voiceflow base project types

7 lines 199 B
import type { Intent } from './intent.js'; import type { Slot } from './slot.js'; export interface PrototypeModel { slots: Slot[]; intents: Intent[]; } //# sourceMappingURL=prototype.d.ts.map