UNPKG

megalodon

Version:

Fediverse API client for node.js and browser

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