import type { Types } from 'mongoose'; export type ObjectIdLike = Types.ObjectId | string;