UNPKG

@cutls/megalodon

Version:

Mastodon, Pleroma, Misskey API client for node.js and browser

12 lines (11 loc) 231 B
declare namespace MisskeyEntity { type Emoji = { name: string; host: string | null; url: string; aliases: Array<string>; }; type EmojiKeyValue = { [key: string]: string; }; }