Preview:```ts
// ###############################################
// THE PROBLEM I WANT TO SOLVE
// ###############################################
type Column<Entity extends GenericObject, Key = NestedPaths<DeepRequired<Entity>>> = {
key: Key,
render: (value: PickTypeFromPath<Entity, Key>) => any
...```
You can choose specific lines to embed by selecting them before copying the link.