This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
Lawsun
/
ysjj-system
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
e0d9aaa3dd
Ramos
Etiquetas
master
ysjj-system
/
node_modules
/
egg-errors
/
lib
/
error_options.d.ts
error_options.d.ts
102 B
Histórico
Em bruto
1
2
3
4
5
export default class ErrorOptions {
code?: string;
message: string;
[key: string]: any;
}