```ts type Action = | { action: 'APPEND', data: string } ``` Hover over `'APPEND'`. **Expected:** Nothing **Actual:** Suggestion to extract a function.
Hover over
'APPEND'.Expected: Nothing
Actual: Suggestion to extract a function.