Initial commit: Angular frontend and Expressjs backend
This commit is contained in:
9
worklenz-backend/src/interfaces/project-category.ts
Normal file
9
worklenz-backend/src/interfaces/project-category.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export interface IProjectCategory {
|
||||
id?: string;
|
||||
name?: string;
|
||||
color_code?: string;
|
||||
team_id?: string;
|
||||
created_by?: string;
|
||||
created_at?: string;
|
||||
updated_at?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user