Preview:ts //I have constant data of the form // type Data = { // [string]: { // field1: string; // field2: string; // } //} //Where the key is the identifier for the object. //I'd like to keep const assertion while avoiding duplication of the id and return ...
You can choose specific lines to embed by selecting them before copying the link.