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