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
/
models
/
projects
/
ProjectLabel.ts
blob: 59aa9d5e8b3e27a94e4e5e46df0e7b5ee7bfc706 (
plain
) (
blame
)
1
2
3
4
5
export type ProjectLabel
=
{
id
:
string
,
name
:
string
,
color
:
string
}