Left Curve Software Stack
    Preparing search index...

    Type Alias ExactRequired<type>

    ExactRequired: { [P in keyof type]-?: Exclude<type[P], undefined> }

    Type Parameters

    • type