UNPKG

@cutls/megalodon

Version:

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

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