macro nodes #192
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
3 errors
build-test-lint
Type '{ id: string; description: string; definitionBuilder: (times: number) => { description: string; inputs: { value: { description: string; }; }; outputs: OutputPinMap; }; runFnBuilder: (times: number) => (inputs: OMapF<...>, outputs: OMapF<...>) => Promise<...>; }' is missing the following properties from type 'MacroNode<number>': defaultData, editorComponentBundlePath
|
build-test-lint
Type '{ id: string; description: string; definitionBuilder: (sum: number) => { description: string; inputs: { value: { description: string; }; }; outputs: { output: { description: string; }; }; }; runFnBuilder: (sum: number) => (inputs: OMapF<...>, outputs: OMapF<...>) => Promise<...>; }' is missing the following properties from type 'MacroNode<number>': defaultData, editorComponentBundlePath
|
build-test-lint
Process completed with exit code 1.
|