Endo API documentation
    Preparing search index...

    Type Alias Simplify<T>

    Simplify: { [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