UNPKG

megalodon

Version:

Fediverse API client for node.js and browser

8 lines (7 loc) 135 B
import { User } from './user.js'; export type Reaction = { id: string; createdAt: string; user: User; type: string; };