UNPKG

@voiceflow/base-types

Version:

Voiceflow base project types

9 lines 261 B
import type { SlotMapping } from '../../models'; export interface SlotMappings { mappings?: SlotMapping[]; } export interface NodeVariablesMappings { inputs?: [string, string][]; outputs?: [string, string][]; } //# sourceMappingURL=mappings.d.ts.map