knowmax-quest-types
Version:
Contains type definitions for communicating with Knowmax Quest.
8 lines • 678 B
TypeScript
export declare const METADATAORIGIN_DOCUMENT = "Document";
export declare const METADATAORIGIN_DOCUMENTVERSION = "DocumentVersion";
export declare const METADATAORIGIN_DOCUMENTNODE = "DocumentNode";
export declare const METADATAORIGIN_COLLECTION = "Collection";
export declare const METADATAORIGIN_DYNAMIC = "Dynamic";
export declare const METADATAORIGIN_DYNAMICINDEXABLE = "DynamicIndexable";
export type MetadataOrigin = typeof METADATAORIGIN_DOCUMENT | typeof METADATAORIGIN_DOCUMENTVERSION | typeof METADATAORIGIN_DOCUMENTNODE | typeof METADATAORIGIN_COLLECTION | typeof METADATAORIGIN_DYNAMIC | typeof METADATAORIGIN_DYNAMICINDEXABLE;
//# sourceMappingURL=metadata.d.ts.map