export type TContentTypes = typeof contentTypes[keyof typeof contentTypes]; export const contentTypes = { json: "application/json", plain: "text/plain", binary: "application/octet-stream", xml: "text/xml", html: "text/html", formData: "multipart/form-data", };