Interface DBRefLike

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

Properties

Properties

$db?: string
$ref: string