``` type Guid = string; var foo: { [deviceId: Guid]: DateTime } = {}; ``` Generates the error: > An index signature parameter type must be 'string' or 'number'. It would be nice to be able to type indexes using string-aliases.