mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat: Add nested search in folders (#14372)
Co-authored-by: Milorad FIlipović <milorad@n8n.io>
This commit is contained in:
@@ -348,6 +348,7 @@ export type FolderShortInfo = {
|
||||
id: string;
|
||||
name: string;
|
||||
parentFolder?: string;
|
||||
parentFolderId?: string | null;
|
||||
};
|
||||
|
||||
export type BaseFolderItem = BaseResource & {
|
||||
|
||||
Reference in New Issue
Block a user