Refactor folders pane's component and UI
This commit is contained in:
9
frontend/types/folder.ts
Normal file
9
frontend/types/folder.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export type FolderType = {
|
||||
id: number;
|
||||
name: string;
|
||||
detail: string;
|
||||
projectId: number;
|
||||
parentFolderId: number | null;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
};
|
||||
Reference in New Issue
Block a user