Variable BSONTypeConst

BSONType: Readonly<{
    array: 4;
    binData: 5;
    bool: 8;
    date: 9;
    dbPointer: 12;
    decimal: 19;
    double: 1;
    int: 16;
    javascript: 13;
    javascriptWithScope: 15;
    long: 18;
    maxKey: 127;
    minKey: -1;
    null: 10;
    object: 3;
    objectId: 7;
    regex: 11;
    string: 2;
    symbol: 14;
    timestamp: 17;
    undefined: 6;
}>