UNPKG

megalodon

Version:

Fediverse API client for node.js and browser

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