Type alias FoundDoc<Doc>

FoundDoc<Doc>: WithId<Omit<Doc, "$vector" | "$vectorize">>

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

Shorthand type for WithSim & WithId.

Type Parameters

  • Doc