Preview:```ts
function test<
T extends Record<string, string | (() => string)>
(t: T) {
return t
}
// Pre-requisite, when hovering foo or bar, it should show the original thingie like { "first_name": string, get_name: () => string }
// THIS WORKS! YAY
const
...```
You can choose specific lines to embed by selecting them before copying the link.