Display information of project on home tab
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { CaseType } from "./case";
|
||||
|
||||
export type FolderType = {
|
||||
id: number;
|
||||
name: string;
|
||||
@@ -6,6 +8,7 @@ export type FolderType = {
|
||||
parentFolderId: number | null;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
Cases: CaseType[]; // additional property
|
||||
};
|
||||
|
||||
export type FoldersMessages = {
|
||||
|
||||
Reference in New Issue
Block a user