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