Small refactoring, set variable node

This commit is contained in:
barsdeveloper
2022-11-19 18:40:20 +01:00
parent 0981c15372
commit b55779312b
34 changed files with 524 additions and 253 deletions

View File

@@ -0,0 +1,5 @@
import IInputPinTemplate from "./IInputPinTemplate"
/** @extends IInputPinTemplate<String> */
export default class StringInputPinTemplate extends IInputPinTemplate {
}