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