UNPKG

@cutls/megalodon

Version:

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

13 lines (12 loc) 240 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 } }