Preview:ts const data = [ { key: "X", attr: ["A", "B", "C", "D"], state: "Good", }, { key: "Y", attr: ["D", "E", "F"], state: "Bad", }, { key: "Z", attr: ["D", "A", "B"], state: "Bad", }, ] as const type Data = typeof data[number] ...
You can choose specific lines to embed by selecting them before copying the link.