feat: NDV notify if community node has update (#17146)

Co-authored-by: Roman Davydchuk <roman.davydchuk@n8n.io>
This commit is contained in:
Michael Kret
2025-07-17 13:15:25 +03:00
committed by GitHub
parent 8a2756368b
commit 0237d8b8ec
7 changed files with 115 additions and 5 deletions

View File

@@ -1076,6 +1076,7 @@ export interface ITab<Value extends string | number = string | number> {
icon?: IconName;
align?: 'right';
tooltip?: string;
notification?: boolean;
}
export interface ITabBarItem {