feat(editor): Add functionality to delete and rename folders (no-changelog) (#13785)

This commit is contained in:
Milorad FIlipović
2025-03-12 11:04:53 +01:00
committed by GitHub
parent 09ebc3adc7
commit e73f618851
21 changed files with 1155 additions and 97 deletions

View File

@@ -342,6 +342,7 @@ export type BaseFolderItem = BaseResource & {
createdAt: string;
updatedAt: string;
workflowCount: number;
subFolderCount: number;
parentFolder?: FolderShortInfo;
homeProject?: ProjectSharingData;
sharedWithProjects?: ProjectSharingData[];