Feature/Community Node (#2902)

add feature to enable community node
This commit is contained in:
Henry Heng
2024-07-29 16:52:47 +01:00
committed by GitHub
parent b5d969b2bb
commit 27cb143fef
9 changed files with 61 additions and 31 deletions
+1
View File
@@ -117,6 +117,7 @@ export interface INodeProperties {
badge?: string
deprecateMessage?: string
hideOutput?: boolean
author?: string
}
export interface INode extends INodeProperties {