APIType AliasesType Alias: Simplify\<T\>Version: NextOn this pageType Alias: Simplify<T> Simplify<T> = { [K in keyof T]: T[K] } & object Defined in: src/provider/types/spec.type.ts:7 Type Parameters T T