Refactor projects page's component and UI
This commit is contained in:
7
frontend/types/project.ts
Normal file
7
frontend/types/project.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export type ProjectType = {
|
||||
id: number;
|
||||
name: string;
|
||||
detail: string;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
};
|
||||
Reference in New Issue
Block a user