WithoutId | mongodb (original) (raw)

Type Alias WithoutId

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

Remove the _id field from an object shaped type

Type Parameters