UNPKG
free-fx
Version:
latest (1.0.0)
1.0.0
free-fx
/
build
/
src
/
fieldtypes
/
HandlInstEnum.d.ts
6 lines
(5 loc)
•
147 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
enum
HandlInstEnum
{
AutomatedExecutionNoIntervention
=
1
,
AutomatedExecutionInterventionOK
=
2
,
ManualOrder
=
3
}