type-plus
    Preparing search index...

    Interface DefaultOptions<Criteria>

    interface DefaultOptions<Criteria> {
        $notMatch: never;
        $unionNotMatch: never;
        $widen: undefined | Criteria;
        widen: true;
    }

    Type Parameters

    • Criteria

    Hierarchy (View Summary)

    Index

    Properties

    $notMatch: never
    $unionNotMatch: never
    $widen: undefined | Criteria
    widen: true