namespace MisskeyEntity { export type Emoji = { name: string; host: string | null; url: string; aliases: Array; category: string; }; }