Preview:```ts
type objType = {
value1: string
number1: number
yes: string
}
const obj: objType = {
value1: "asfdasf",
number1: 912,
yes: "yes",
}
const newObj: objType = {
value1: "jkdfnvčleoknfgeokrg",
number1: 908543,
yes: "no",
...```
You can choose specific lines to embed by selecting them before copying the link.
