mirror of
https://github.com/glitch-soc/mastodon.git
synced 2026-03-29 03:00:33 +02:00
3 lines
102 B
TypeScript
3 lines
102 B
TypeScript
// Temporary until we type it correctly
|
|
export type MediaAttachment = Immutable.Map<string, unknown>;
|