mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-28 20:40:06 +00:00
@uppy/utils: add msg mimetype (#5699)
This commit is contained in:
parent
229902eb17
commit
3a67fbcda3
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ export default {
|
|||
mov: 'video/quicktime' as const,
|
||||
dicom: 'application/dicom' as const,
|
||||
doc: 'application/msword' as const,
|
||||
msg: 'application/vnd.ms-outlook' as const,
|
||||
docm: 'application/vnd.ms-word.document.macroenabled.12' as const,
|
||||
docx: 'application/vnd.openxmlformats-officedocument.wordprocessingml.document' as const,
|
||||
dot: 'application/msword' as const,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue