Type alias WithoutId<TSchema>

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

Remove the _id field from an object shaped type

Type Parameters

  • TSchema

Generated using TypeDoc