UNPKG

@cutls/megalodon

Version:

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

10 lines (9 loc) 175 B
import { Account } from './account' export type Reaction = { count: number me: boolean name: string accounts?: Array<Account> account_ids?: Array<string> url?: string }