UNPKG

@cutls/megalodon

Version:

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

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