Simplify<T>: {
    [KeyType in keyof T]: T[KeyType]
} & {}

flatten the type output to improve type hints shown in editors https://github.com/sindresorhus/type-fest/blob/main/source/simplify.d.ts

Type Parameters

  • T