UNPKG

@cutls/megalodon

Version:

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

10 lines (9 loc) 173 B
export type Emoji = { name: string; host: string | null; url: string; aliases: Array<string>; }; export type EmojiKeyValue = { [key: string]: string; };