x key representing the x-axis position (value type number), ${datasetID}_value key representing the value of the dataset with given id (value type number) and ${datasetID}_errors representing the errors of the value at this position (type [number, number]).{x: number; [x: string]: number | number[]}, so I'd love to get help on this, thank you so much. Here is my progress so far: TS Playgroundid needs to be a string literal (not just type string)key1 and key2 (as it's a const assignment). this way ts knows that the same key is not defined twice.