Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SetOptions

An options object that configures the behavior of {@link @firebase/firestore/lite#(setDoc:1)}, {@link

type SetOptions = {
readonly merge?: boolean;
}
| {
readonly mergeFields?: Array<string | FieldPath>;
}
;

§Type

§
{
readonly merge?: boolean;
}
| {
readonly mergeFields?: Array<string | FieldPath>;
}
[src]