/** * A shorthand to make numerically indexed object types. */ export type NumObj = { [k: number]: T };