Interface BSONRegExpExtended

interface BSONRegExpExtended {
    $regularExpression: {
        options: string;
        pattern: string;
    };
}

Properties

$regularExpression: {
    options: string;
    pattern: string;
}