Preview:ts const obj = { light: { one: "value", // Should throw a type error here since `light` is missing `two` key }, dark: { one: "value", two: "value", }, }
You can choose specific lines to embed by selecting them before copying the link.