UNPKG

knowmax-quest-types

Version:

Contains type definitions for communicating with Knowmax Quest.

9 lines 372 B
export interface ICoverInfo { /** Document requested or document to which DocumentVersion requested belongs has cover image specified. */ documentAvailable: boolean; documentMimeType?: string; /** DocumentVersion requested has cover image specified. */ versionAvailable: boolean; versionMimeType?: string; } //# sourceMappingURL=ICoverInfo.d.ts.map