// // bson.go // Copyright (C) 2023 tiglog // // Distributed under terms of the MIT license. // package mgodb import "go.mongodb.org/mongo-driver/bson" type M = bson.M type D = bson.D