Interface DefaultOptions<Criteria>

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

Type Parameters

  • Criteria

Hierarchy (view full)

Properties

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