UNPKG

knowmax-quest-types

Version:

Contains type definitions for communicating with Knowmax Quest.

5 lines 240 B
export const CONTENTTYPE_PDF = 'application/pdf'; export const CONTENTTYPE_XML = 'application/xml'; export const CONTENTTYPE_JSON = 'application/json'; export const CONTENTTYPE_SVG = 'image/svg+xml'; //# sourceMappingURL=contenttypes.js.map