Documentation
    Preparing search index...

    Type Alias Simplify<T>

    Simplify: { [K in keyof T]: T[K] } & {}

    Type Parameters

    • T