UNPKG
fluxo-maestro
Version:
latest (0.1.0)
0.1.0
Fluxo maestro
fluxo-maestro
/
src
/
types
/
node.ts
11 lines
(9 loc)
•
196 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
interface
INode
{
codigoAtividade
:
number
,
nomeAtividade
:
string
,
ordem
:
number
,
posicao
:
number
,
tipo
:
number
,
selecionado
:
boolean
,
pais
:
Array
<
number
> }