UNPKG

masto

Version:

Mastodon API client for JavaScript, TypeScript, Node.js, browsers

8 lines (7 loc) 124 B
export interface Reaction { name: string; count: number; me: boolean; url: string; staticUrl: string; }