NewDocument<T>: Omit<T, "_id"> & Partial<Pick<T, "_id">>

A new document with an optional _id defined.

Type Parameters

Generated using TypeDoc