feat: node store interface
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user