Documentation
    Preparing search index...

    Type Alias Defined<T>

    Defined: { [K in keyof T]-?: NonNullable<T[K]> }

    Similar to Required but also removes undefined and null from the type

    Type Parameters

    • T