lint and type fixes
This commit is contained in:
@@ -25,7 +25,7 @@ type ExeResult = {
|
||||
root: AsUiRoot;
|
||||
get: (id: string) => AsUiComponent;
|
||||
outputs: values.Value[];
|
||||
}
|
||||
};
|
||||
|
||||
async function exe(script: string): Promise<ExeResult> {
|
||||
const rootRef = ref<AsUiRoot>();
|
||||
|
||||
Reference in New Issue
Block a user