DBRefLike | mongodb (original) (raw)
Interface DBRefLike
interface DBRefLike {
$db?: string;
$id: ObjectId;
$ref: string;
}
Index
Properties
Properties
Optional
$db
$db?: string
$id
$id: ObjectId
$ref
$ref: string
interface DBRefLike {
$db?: string;
$id: ObjectId;
$ref: string;
}
Optional
$db$db?: string
$id: ObjectId
$ref: string