This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
ganzf
/
uniIM
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
790c53caa0
Ramas
Etiquetas
master
uniIM
/
utils
/
ChatType.ts
ChatType.ts
76 B
Histórico
Raw
1
2
3
4
5
const ChatType = {
FRIEND: "0",
GROUP: "1",
};
export default ChatType;