UNPKG

@cutls/megalodon

Version:

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

8 lines (7 loc) 143 B
declare namespace MisskeyEntity { type Hashtag = { tag: string; chart: Array<number>; usersCount: number; }; }