TDocument
TDocument<
TShape> =Record<string,unknown> &TShape&VexDocument
Defined in: packages/core/src/api/convex.ts:40
Alias for VexDocument that also satisfies Record<string, unknown>.
Use this type when a generic Record index signature is required alongside
the Convex system fields — for example, as the data type in TanStack Table
or as the form defaultValues record.
Type Parameters
Section titled “Type Parameters”TShape
Section titled “TShape”TShape = { }
VexDocument for the base type