UNPKG

@cutls/megalodon

Version:

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

10 lines (9 loc) 156 B
/// <reference path="note.d.ts" /> declare namespace MisskeyEntity { type Favorite = { id: string createdAt: string noteId: string note: Note } }