@robinbobin/mimetype-constants
Version:
Extensible MIME constants with typescript support
59 lines (58 loc) • 1.1 kB
text/typescript
export type TApplicationSubtype =
| 'atomXml'
| 'atomcatXml'
| 'ecmascript'
| 'epubZip'
| 'gzip'
| 'javaArchive'
| 'javascript'
| 'json'
| 'ldJson'
| 'mp4'
| 'msword'
| 'octetStream'
| 'ogg'
| 'pdf'
| 'pkcs10'
| 'pkcs7Mime'
| 'pkcs7Signature'
| 'pkcs8'
| 'postscript'
| 'rdfXml'
| 'rssXml'
| 'rtf'
| 'smilXml'
| 'vndAmazonEbook'
| 'vndAppleInstallerXml'
| 'vndMozillaXulXml'
| 'vndMsExcel'
| 'vndMsFontobject'
| 'vndMsPowerpoint'
| 'vndOasisOpendocumentPresentation'
| 'vndOasisOpendocumentSpreadsheet'
| 'vndOasisOpendocumentText'
| 'vndOpenxmlformatsOfficedocumentPresentationmlPresentation'
| 'vndOpenxmlformatsOfficedocumentSpreadsheetmlSheet'
| 'vndOpenxmlformatsOfficedocumentWordprocessingmlDocument'
| 'vndRar'
| 'vndVisio'
| 'x7zCompressed'
| 'xAbiword'
| 'xBzip'
| 'xBzip2'
| 'xCdf'
| 'xCsh'
| 'xFontOff'
| 'xFreearc'
| 'xhtmlXml'
| 'xHttpdPhp'
| 'xml'
| 'xmlDtd'
| 'xPkcs12'
| 'xSh'
| 'xShockwaveFlash'
| 'xSilverlightApp'
| 'xsltXml'
| 'xTar'
| 'xWwwFormUrlencoded'
| 'zip'