@smoky mulch Here's a shortened URL of your playground link! You can remove the full link from your message.
Preview:```ts
type ButtonCustomVariant =
| {
variant: {
primary: string
secondary: string
}
size: string
}
| {
variant: {
tertiary: string
}
}
const a: ButtonCustomVariant = {
variant: {
tertiary: "hi"
...```
You can choose specific lines to embed by selecting them before copying the link.