diff --git a/server/src/workflow-management/selector.ts b/server/src/workflow-management/selector.ts index 5a4fe3bd..8526e6ec 100644 --- a/server/src/workflow-management/selector.ts +++ b/server/src/workflow-management/selector.ts @@ -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.