change in progress

This commit is contained in:
Emily
2024-10-02 17:05:34 +02:00
parent f516c53b7b
commit 314660d8a3
22 changed files with 503 additions and 438 deletions

View File

@@ -5,7 +5,7 @@ import type mongoose from "mongoose";
export type TimelineAggregationOptions = {
projectId: mongoose.Schema.Types.ObjectId,
projectId: mongoose.Schema.Types.ObjectId | mongoose.Types.ObjectId,
model: mongoose.Model<any>,
from: string | number,
to: string | number,