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
/
frontend
/
src
/
models
/
work
/
WorkCategory.ts
blob: 7dd85d55cd52c1fa96b6275217403fbbc15022e4 (
plain
) (
blame
)
1
2
3
4
5
export type WorkCategory
=
{
id
:
string
,
name
:
string
,
color
:
string
}