### ⚙ Compilation target es2022 ### ⚙ Library es2022, dom, dom.iterable ### Missing / Incorrect Definition `HTMLImageElement#fetchPriority` is typed as `string`. However, according to MDN, possible values are: `high`, `low`, `auto` ### Sample Code ```TypeScript imageEl.fetchPriority = 'high' // no autocompletion for the value ``` ### Documentation Link https://developer.mozilla.org/en-US/docs/Web/API/HTMLImageElement/fetchPriority