has-object-id.ts 46 B

123
  1. export type HasObjectId = {
  2. _id: string,
  3. };