has-object-id.ts 48 B

123
  1. export interface HasObjectId {
  2. _id: string,
  3. }