UNPKG

@cutls/megalodon

Version:

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

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