UNPKG

intentful

Version:

Create Custom Skills with less headache

3 lines (2 loc) 191 B
export type SelectorStrategy = 'normal' | 'randomItem' | 'randomData' | 'randomItemRandomData'; export type BindingType = 'any' | 'string' | 'number' | 'color' | 'array' | 'boolean' | 'map';