interface ReplaceWith {
    $replaceWith: ObjectExpressionOperator | {
        [field: string]: Expression;
    } | `$${string}`;
}

Properties

Properties

$replaceWith: ObjectExpressionOperator | {
    [field: string]: Expression;
} | `$${string}`

Type declaration