index
:
greatoffice
master
My take/showcase on a business management system
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
web-shared
/
src
/
lib
/
models
/
ErrorResult.ts
blob: 7c70017c55e068062581148bc078d665d49eed51 (
plain
) (
blame
)
1
2
3
4
export
interface
ErrorResult
{
title
:
string
,
text
:
string
}