export type ExoContentType = String | 'text/html' | 'text/plain' | 'text/css' | 'text/event-stream' | 'application/json' | 'application/xml' | 'image/jpeg' | 'image/png' | 'audio/webp' | 'application/octet-stream' | 'application/zip';