/** Flatten the type output to improve type hints shown in editors. */ export type Simplify = {[KeyType in keyof T]: T[KeyType]};