interface mongo.Bson.SerializeOptionsRe-exportimport { type mongo } from "https://deno.land/x/hex@0.5.15/src/data/deps.ts"; const { SerializeOptions } = mongo.Bson; PropertiesoptionalcheckKeys: booleanthe serializer will check if keys are valid. optionalserializeFunctions: booleanserialize the javascript functions (default:false). optionalignoreUndefined: booleanserialize will not emit undefined fields (default:true) optionalindex: numberthe index in the buffer where we wish to start serializing into