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
/
WorkLabel.ts
blob: f7e2795553152745b84fc28eafefc67c7ea044cc (
plain
) (
blame
)
1
2
3
4
5
export
interface
WorkLabel
{
id?
:
string
,
name?
:
string
,
color?
:
string
}