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

Properties

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

Type declaration

  • options: string
  • pattern: string