Skip to main content

core.contenttype

Home > @medplum/core > ContentType

ContentType variable

Content type constants.

Signature:

ContentType: {
CSS: string;
FAVICON: string;
FHIR_JSON: string;
FORM_URL_ENCODED: string;
HL7_V2: string;
HTML: string;
JAVASCRIPT: string;
JSON: string;
JSON_PATCH: string;
PNG: string;
SVG: string;
TEXT: string;
TYPESCRIPT: string;
}