UNPKG

@cutls/megalodon

Version:

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

8 lines (7 loc) 152 B
import { History } from './history.js'; export type Tag = { name: string; url: string; history: Array<History>; following?: boolean; };