declare enum ContentType { json = "application/json", text = "text/plain", multipart = "multipart/form-data", form = "application/x-www-form-urlencoded" } export default ContentType;