UNPKG

knowmax-quest-types

Version:

Contains type definitions for communicating with Knowmax Quest.

8 lines 274 B
import type { IDocument, IDocumentVersion } from '.'; export interface IVersionMapItem { type: 'Revision' | 'Successor' | 'Predecessor'; current: boolean; document: IDocument; documentVersion: IDocumentVersion; } //# sourceMappingURL=IVersionMapItem.d.ts.map