interface DBRefLike {
    $db?: string;
    $id: mongoose.mongo.BSON.ObjectId;
    $ref: string;
}

Properties

Properties

$db?: string
$ref: string