@hollow dove Here's a shortened URL of your playground link! You can remove the full link from your message.
Preview:```ts
interface MyType {
x: number | null
}
const fakeNews = {
x: undefined,
} as MyType```
You can choose specific lines to embed by selecting them before copying the link.