diff options
Diffstat (limited to 'code/frontend/src/models/projects/ProjectLabel.ts')
| -rw-r--r-- | code/frontend/src/models/projects/ProjectLabel.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/code/frontend/src/models/projects/ProjectLabel.ts b/code/frontend/src/models/projects/ProjectLabel.ts new file mode 100644 index 0000000..59aa9d5 --- /dev/null +++ b/code/frontend/src/models/projects/ProjectLabel.ts @@ -0,0 +1,5 @@ +export type ProjectLabel = { + id: string, + name: string, + color: string +}
\ No newline at end of file |
