mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
fix: type
This commit is contained in:
2
packages/types/src/project/projects.d.ts
vendored
2
packages/types/src/project/projects.d.ts
vendored
@@ -27,6 +27,7 @@ export interface IPartialProject {
|
||||
inbox_view: boolean;
|
||||
guest_view_all_features?: boolean;
|
||||
project_lead?: IUserLite | string | null;
|
||||
network?: number;
|
||||
// Timestamps
|
||||
created_at?: Date;
|
||||
updated_at?: Date;
|
||||
@@ -50,7 +51,6 @@ export interface IProject extends IPartialProject {
|
||||
anchor?: string | null;
|
||||
is_favorite?: boolean;
|
||||
members?: string[];
|
||||
network?: number;
|
||||
timezone?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user