feat: Add nested search in folders (#14372)

Co-authored-by: Milorad FIlipović <milorad@n8n.io>
This commit is contained in:
Ricardo Espinoza
2025-04-11 19:17:28 -04:00
committed by GitHub
parent f38bd84fd1
commit cade309d3b
13 changed files with 354 additions and 46 deletions

View File

@@ -348,6 +348,7 @@ export type FolderShortInfo = {
id: string;
name: string;
parentFolder?: string;
parentFolderId?: string | null;
};
export type BaseFolderItem = BaseResource & {