export interface MastodonMention { acct: string; id: string; url: string; username: string; }