Preview:```ts
type Test = {bool: boolean}
type Foo = Extract<Test, {bool: false}>
// how to get {bool: false} from {bool: boolean}?```
You can choose specific lines to embed by selecting them before copying the link.