UNPKG
xpro-librady
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
Library to xpro plataform
xpro-librady
/
enum
/
feedback-status-enum.ts
10 lines
(8 loc)
•
247 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
export
enum
enumFeedbackStatus
{ planejamento =
1
, executado =
2
, }
export
const
listaFeedbackStatus = [ { value: enumFeedbackStatus.planejamento, label:
"Em Planejamento"
}, { value: enumFeedbackStatus.executado, label:
"Executado"
}, ]