diff --git a/baselines/dom.generated.d.ts b/baselines/dom.generated.d.ts index 7799dbe30..454bab78d 100644 --- a/baselines/dom.generated.d.ts +++ b/baselines/dom.generated.d.ts @@ -19852,7 +19852,7 @@ interface HTMLTextAreaElement extends HTMLElement { * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/selectionDirection) */ - selectionDirection: "forward" | "backward" | "none"; + selectionDirection: SelectionDirection; /** * The **`selectionEnd`** property of the HTMLTextAreaElement interface specifies the end position of the current text selection in a