This website requires JavaScript.
Explore
Help
Sign In
verdnatura-mirror
/
verdnatura-chat
forked from
verdnatura-mirror/Rocket.Chat.ReactNative
Watch
2
Star
0
Fork
You've already forked verdnatura-chat
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
chore.update-react-native-ui-lib
verdnatura-chat
/
app
/
containers
/
Passcode
/
constants.ts
7 lines
100 B
TypeScript
Raw
Permalink
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'
}