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
/
helpers.d.ts
4 lines
(3 loc)
•
262 B
TypeScript
View Raw
1
2
3
4
import
{
APLAMultiChildComponentModel
}
from
'./models'
;
import
{
APLAMultiChildComponentProps
}
from
'./props'
;
export
declare
const
convertAPLAMultiChildComponentPropsToModel
:
(
props
?:
APLAMultiChildComponentProps
) =>
APLAMultiChildComponentModel
|
undefined
;