Type alias NoId<Doc>

NoId<Doc>: Omit<Doc, "_id">

Represents a doc that doesn't have an _id

Type Parameters

  • Doc