UNPKG

@cutls/megalodon

Version:

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

8 lines (7 loc) 119 B
import { Note } from './note.js' export type Favorite = { id: string createdAt: string noteId: string note: Note }