mongoose-utils.ts 92 B

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