import type { ObjectId } from 'mongodb'; export type PartialWithId = Partial & { readonly _id: ObjectId; };