mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(editor): Add functionality to delete and rename folders (no-changelog) (#13785)
This commit is contained in:
committed by
GitHub
parent
09ebc3adc7
commit
e73f618851
@@ -342,6 +342,7 @@ export type BaseFolderItem = BaseResource & {
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
workflowCount: number;
|
||||
subFolderCount: number;
|
||||
parentFolder?: FolderShortInfo;
|
||||
homeProject?: ProjectSharingData;
|
||||
sharedWithProjects?: ProjectSharingData[];
|
||||
|
||||
Reference in New Issue
Block a user