UNPKG

knowmax-quest-types

Version:

Contains type definitions for communicating with Knowmax Quest.

7 lines 267 B
import type { IMetadata } from '.'; export interface IMetadataForQuestId { questId: string; /** List of metadata for document, document version or document node with given Quest id. */ list: IMetadata[]; } //# sourceMappingURL=IMetadataForQuestId.d.ts.map