mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-30 13:20:52 +01:00
2 lines
57 B
TypeScript
2 lines
57 B
TypeScript
export type MIMEType = string & { _mimeTypeBrand: any };
|