1
0
mirror of synced 2025-03-26 18:03:58 +03:00
2020-10-19 13:45:11 +03:00

10 lines
184 B
TypeScript

export default {
csv: 'text/csv',
gif: 'image/gif',
jpeg: 'image/jpeg',
jpg: 'image/jpeg',
png: 'image/png',
pdf: 'application/pdf',
svg: 'image/svg+xml'
}