UNPKG

@cutls/megalodon

Version:

Mastodon API client for node.js and browser

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