Type Alias BSONTypeTag

BSONTypeTag:
    | "BSONRegExp"
    | "BSONSymbol"
    | "ObjectId"
    | "Binary"
    | "Decimal128"
    | "Double"
    | "Int32"
    | "Long"
    | "MaxKey"
    | "MinKey"
    | "Timestamp"
    | "Code"
    | "DBRef"