No because we don’t have number literals (yet). You would either have to use string indices, or use { [number] = string | number } or { string | number } which is equivalent to what you have already (both are the same, one is just with an explicitly typed index)