import { type mongoose } from "https://deno.land/x/mongoose@8.6.4/types/expressions.d.ts";
const { ReplaceOne } = mongoose.Expression;
Properties
$replaceOne: { input: StringExpression; find: StringExpression; replacement: StringExpression; }
Replaces the first instance of a matched string in a given input.