Skip to main content
Module

x/atlas_sdk/deps.ts>BSONType

TypeSafe MongoDB Atlas Data API SDK for Deno, Deno Deploy and Node.js
Latest
type alias BSONType
import { type BSONType } from "https://deno.land/x/atlas_sdk@v1.1.3/deps.ts";
definition: BSONType[keyof BSONType]
variable BSONType
import { BSONType } from "https://deno.land/x/atlas_sdk@v1.1.3/deps.ts";

type

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