Preview:```ts
type CustomProperties = {
[property: --${string}]: string
}
function test(fn: () => CustomProperties) {}
test(() => ({
// I want this to fail for missing the -- prefix:
test: "1px",
}))```
You can choose specific lines to embed by selecting them before copying the link.