Skip to content

Interface: DocumentVersionsResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Documents / DocumentVersionsResponse

Interface: DocumentVersionsResponse

Defined in: src/types/documents.ts:223

Version chain of a document family, ordered by version ascending.

Properties

familyId

familyId: string

Defined in: src/types/documents.ts:225

Version family id.


versions

versions: DocumentRecord[]

Defined in: src/types/documents.ts:227

All versions ordered by version ascending.