type-plus
    Preparing search index...

    Interface DefaultOptions<Criteria>

    Default option for the $never branch.

    Unsurprisingly, defaulting $never to never.

    interface DefaultOptions<Criteria> {
        $never: never;
        $notMatch: never;
        $tuple: "does not support tuple. Please use `FindFirst` or `TuplePlus.Find` instead.";
        $unionNotMatch: never;
        $widen: undefined | Criteria;
        widen: true;
    }

    Type Parameters

    • Criteria

    Hierarchy (View Summary)

    Index

    Properties

    $never: never
    $notMatch: never
    $tuple: "does not support tuple. Please use `FindFirst` or `TuplePlus.Find` instead."
    $unionNotMatch: never
    $widen: undefined | Criteria
    widen: true