This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
yuansh
/
global-web
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
63b72b4ec4
Ramos
Etiquetas
master
global-web
/
src
/
enums
/
roleEnum.ts
roleEnum.ts
91 B
Histórico
Em bruto
1
2
3
4
5
6
7
export enum RoleEnum {
// super admin
SUPER = 'super',
// tester
TEST = 'test',
}