knowmax-quest-types
Version:
Contains type definitions for communicating with Knowmax Quest.
7 lines • 325 B
TypeScript
import type { IIntelligenceBase } from '.';
/** Response of Knowmax Quest Document Insight request. */
export interface IDocumentInsight extends IIntelligenceBase {
/** Interpreted Quest id of document node for which document insight was requested. */
questId: string;
}
//# sourceMappingURL=IDocumentInsight.d.ts.map