index
:
greatoffice
master
My take/showcase on a business management system
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
code
/
app
/
src
/
lib
/
models
/
internal
/
ErrorResult.ts
blob: 930b9f363f7c1cfcf232672c7f1449850717cf38 (
plain
) (
blame
)
1
2
3
4
export type ErrorResult
=
{
title
:
string
,
text
:
string
}