aboutsummaryrefslogtreecommitdiffstats
path: root/code/frontend/src/models/projects/ProjectLabel.ts
blob: 59aa9d5e8b3e27a94e4e5e46df0e7b5ee7bfc706 (plain) (blame)
1
2
3
4
5
export type ProjectLabel = {
    id: string,
    name: string,
    color: string
}