feat: initial commit, draft frontend
This commit is contained in:
7
src/lib/types/project.ts
Normal file
7
src/lib/types/project.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export type Project = {
|
||||
id: number;
|
||||
name: string;
|
||||
thumbnail?: string;
|
||||
description: string;
|
||||
url?: string;
|
||||
};
|
||||
Reference in New Issue
Block a user