export type Simplify = { [KeyType in keyof T]: T[KeyType]; } & {};