Thanks to visit codestin.com
Credit goes to mongodb.github.io

Type Alias WithoutId<TSchema>

WithoutId<TSchema>: Omit<TSchema, "_id">

Remove the _id field from an object shaped type

Type Parameters

  • TSchema