style/projects_page

This commit is contained in:
Aaryan Khandelwal
2023-02-28 23:50:21 +05:30
parent 1b369feb6a
commit 76b8b9eaef
7 changed files with 155 additions and 139 deletions

View File

@@ -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;