Interface BSONRegExpExtendedLegacy

interface BSONRegExpExtendedLegacy {
    $options: string;
    $regex: string | BSONRegExp;
}

Properties

Properties

$options: string
$regex: string | BSONRegExp