namespace MisskeyEntity { export type Emoji = { name: string url: string aliases: Array category: string } }