Mime code (subset of IANA code list)
MimeCode, version 1.0, published by IANA: 6 codes. Specification page.
ts
import { isMimeCode, MIME_CODES, mimeCodeList } from '@facturometro/core/codelists/mime';MIME_CODES holds the codes, MimeCode is their union type, isMimeCode() narrows a string to it and mimeCodeList is the list as data. @facturometro/core/codelists and @facturometro/einvoice/codelists re-export them together with every other list.
| Code | Name |
|---|---|
text/csv | text/csv |
application/pdf | application/pdf |
image/png | image/png |
image/jpeg | image/jpeg |
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet | application/vnd.openxmlformats-officedocument.spreadsheetml.sheet |
application/vnd.oasis.opendocument.spreadsheet | application/vnd.oasis.opendocument.spreadsheet |