UNPKG

@cutls/megalodon

Version:

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

10 lines (9 loc) 189 B
/// <reference path="user.d.ts" /> declare namespace MisskeyEntity { type Reaction = { id: string; createdAt: string; user: User; type: string; }; }