UNPKG

@cutls/megalodon

Version:

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

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