This website requires JavaScript.
Explore
Help
Sign In
sergiodt
/
vn-verdnaturachat
Watch
0
Star
0
Fork
You've already forked vn-verdnaturachat
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4416f82665
vn-verdnaturachat
/
app
/
containers
/
Passcode
/
constants.ts
7 lines
100 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Chore: Evaluate Passcode - TypeScript (#3931) * Chore: Migrate containers: Passcode to Typescript * minor tweak * minor tweak
2022-03-23 00:43:59 +00:00
export
enum
TYPE
{
CHOOSE
=
'choose'
,
CONFIRM
=
'confirm'
,
ENTER
=
'enter'
,
LOCKED
=
'locked'
}