forked from github/plane
style/projects_page
This commit is contained in:
1
apps/app/types/projects.d.ts
vendored
1
apps/app/types/projects.d.ts
vendored
@@ -1,6 +1,7 @@
|
||||
import type { IUserLite, IWorkspace } from "./";
|
||||
|
||||
export interface IProject {
|
||||
cover_image: string | null;
|
||||
created_at: Date;
|
||||
created_by: string;
|
||||
cycle_view: boolean;
|
||||
|
||||
Reference in New Issue
Block a user