DBRefLike | mongodb (original) (raw)

Interface DBRefLike

interface DBRefLike {
$db?: string;
$id: ObjectId;
$ref: string;
}

Index

Properties

$db? $id $ref

Properties

Optional$db

$db?: string

$id

$id: ObjectId

$ref

$ref: string