Files
mastodon/app/javascript/flavours/glitch/models/media_attachment.ts
2024-09-29 14:03:19 +02:00

3 lines
102 B
TypeScript

// Temporary until we type it correctly
export type MediaAttachment = Immutable.Map<string, unknown>;