knowmax-quest-types
Version:
Contains type definitions for communicating with Knowmax Quest.
10 lines • 331 B
TypeScript
import type { IReferenceInfo } from '.';
export interface IDataCompare {
referenceInfo1: IReferenceInfo;
referenceInfo2: IReferenceInfo;
/** True if versions are different. */
changed: boolean;
/** Html string with comparison of both references. */
html: string;
}
//# sourceMappingURL=IDataCompare.d.ts.map