Type alias FoundDoc<Doc>

FoundDoc<Doc>: {
    _id: IdOf<Doc>;
} & NoId<Omit<Doc, "$vector" | "$vectorize">>

Represents a document as it's returned by the database by default.

Type Parameters

  • Doc

Type declaration