Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GGCE
GGCE Web
cbdcdf6fbfba99f7ba2cf00dc7d1d77f2faa9d71
cbdcdf6fbfba99f7ba2cf00dc7d1d77f2faa9d71
Switch branch/tag
grin-global-ui
packages
client
src
model
common
SsrError.ts
Find file
Normal view
History
Permalink
SsrError.ts
74 Bytes
Newer
Older
SSR 404 added initial code
Viacheslav Pavlov
committed
Mar 11, 2020
1
2
3
4
5
export
default
interface
SsrError
{
status
:
number
;
route
:
string
;
}