UNPKG

@cutls/megalodon

Version:

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

8 lines (7 loc) 140 B
import { UserDetail } from './userDetail' export type Blocking = { id: string createdAt: string blockeeId: string blockee: UserDetail }