UNPKG

@cutls/megalodon

Version:

Mastodon API client for node.js and browser

13 lines (12 loc) 296 B
/// <reference path="emoji.d.ts" /> declare namespace MisskeyEntity { type User = { id: string; name: string; username: string; host: string | null; avatarUrl: string; avatarColor: string; emojis: Array<Emoji> | EmojiKeyValue; }; }