enum ContentType { CSS = 'text/css', TEXT = 'text/plain', HTML = 'text/html', JSON = 'application/json', URL_ENCODED = 'application/x-www-form-urlencoded' } export default ContentType;