Files
Signal-Desktop/ts/types/MIME.ts
Daniel Gasienica b50c55172d Add MIME type
2018-04-11 19:25:38 -04:00

2 lines
57 B
TypeScript

export type MIMEType = string & { _mimeTypeBrand: any };