I have a static dictionary:
const myDict = { 1: "one", 2: "two" }
The default inferred type for this is Record&
Record&