Type alias Simplify<T>

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

Type Parameters

  • T

Generated using TypeDoc