interface
Version
interface Version<Document> { ... }A stored version snapshot; its wire keys intentionally use capital initials.
Source packages/sdk/src/index.ts:53
IDstring- The ID value.
DocumentIDstring- The DocumentID value.
Revisionnumber- The Revision value.
StatusDocumentStatus<Document>- The Status value.
SnapshotDocument- The Snapshot value.
CreatedAtstring- The CreatedAt value.
Status follows the generated document _status literal when present and otherwise retains the draft | published compatibility union.