forked from github/plane
Merge pull request #359 from makeplane/style/projects_page
style: projects page
This commit is contained in:
1
apps/app/types/projects.d.ts
vendored
1
apps/app/types/projects.d.ts
vendored
@@ -10,6 +10,7 @@ export interface IProject {
|
||||
icon: string;
|
||||
id: string;
|
||||
identifier: string;
|
||||
is_favourite: boolean;
|
||||
module_view: boolean;
|
||||
name: string;
|
||||
network: number;
|
||||
|
||||
Reference in New Issue
Block a user