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