Type Alias BsonType

BsonType:
    | CommonTypes
    | "bool"
    | "int"
    | "long"
    | "double"
    | "decimal"
    | "regex"