feat: node store interface

This commit is contained in:
2024-04-20 02:41:18 +02:00
parent 1d203c687c
commit 78c88e4d66
51 changed files with 772 additions and 552 deletions

View File

@ -35,7 +35,7 @@ export type NodeType = {
meta?: {
title?: string;
},
execute?: (args: number[]) => unknown;
execute?: (args: Int32Array) => Int32Array;
}
export type Socket = {
@ -44,7 +44,6 @@ export type Socket = {
position: [number, number];
};
export interface NodeRegistry {
/**
* The status of the node registry