UNPKG

@voiceflow/base-types

Version:

Voiceflow base project types

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