{"version":3,"file":"contentTypes.mjs","sources":[""],"sourcesContent":["export type TContentTypes = typeof contentTypes[keyof typeof contentTypes];\r\n\r\nexport const contentTypes = {\r\n  json: \"application/json\",\r\n  plain: \"text/plain\",\r\n  binary: \"application/octet-stream\",\r\n  xml: \"text/xml\",\r\n  html: \"text/html\",\r\n  formData: \"multipart/form-data\",\r\n};\r\n"],"names":["contentTypes","json","plain","binary","xml","html","formData"],"mappings":"AAEO,MAAMA,aAAe,CAC1BC,KAAM,mBACNC,MAAO,aACPC,OAAQ,2BACRC,IAAK,WACLC,KAAM,YACNC,SAAU"}