feat: add Workflow type

This commit is contained in:
karishmas6
2024-06-05 06:34:46 +05:30
parent 6774d74ccc
commit 39ca2a2618

View File

@@ -4,6 +4,8 @@ import { WhereWhatPair, WorkflowFile } from "@wbr-project/wbr-interpret";
import logger from "../logger";
import { getBestSelectorForAction } from "./utils";
type Workflow = WorkflowFile["workflow"];
/**
* Returns a {@link Rectangle} object representing
* the coordinates, width, height and corner points of the element.