chore: todo

This commit is contained in:
karishmas6
2024-09-03 09:47:13 +05:30
parent a29d9881ca
commit 60629f8382

View File

@@ -4,6 +4,11 @@ import { WhereWhatPair, WorkflowFile } from "maxun-core";
import logger from "../logger";
import { getBestSelectorForAction } from "./utils";
/*TODO:
1. Handle TS errors (here we definetly know better)
2. Add pending function descriptions + thought process (esp. selector generation)
*/
type Workflow = WorkflowFile["workflow"];
/**