Add todo for category type in INode

This commit is contained in:
Ilango 2024-01-11 21:20:47 +05:30
parent 22ebf95a59
commit 6462ba0fae
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ export interface INodeProperties {
type: string
icon: string
version: number
category: string
category: string // TODO: use enum instead of string
baseClasses: string[]
description?: string
filePath?: string