UNPKG
intentful
Version:
latest (0.0.4)
1.0.1
1.0.0
0.0.4
0.0.3
0.0.2
0.0.1
Create Custom Skills with less headache
github.com/VTJamie/Speechless
VTJamie/Speechless
intentful
/
apla
/
interfaces
/
types.d.ts
3 lines
(2 loc)
•
191 B
TypeScript
View Raw
1
2
3
export
type
SelectorStrategy =
'normal'
|
'randomItem'
|
'randomData'
|
'randomItemRandomData'
;
export
type
BindingType =
'any'
|
'string'
|
'number'
|
'color'
|
'array'
|
'boolean'
|
'map'
;