/** * A shorthand to make homogeneous object types. */ export type Obj = { [k: string]: T };