UNPKG

megalodon

Version:

Fediverse API client for node.js and browser

5 lines (4 loc) 88 B
import { Note } from './note.js'; export type CreatedNote = { createdNote: Note; };