feat: refactor how frontend was structured
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 1m16s
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 1m16s
This commit is contained in:
@ -33,7 +33,7 @@ export interface RuntimeExecutor {
|
||||
* @param graph - The graph to execute
|
||||
* @returns The result of the execution
|
||||
*/
|
||||
execute: (graph: Graph, settings: Record<string, unknown>) => unknown;
|
||||
execute: (graph: Graph, settings: Record<string, unknown>) => Int32Array;
|
||||
}
|
||||
|
||||
export interface RuntimeCache {
|
||||
|
Reference in New Issue
Block a user