UNPKG

@cutls/megalodon

Version:

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

10 lines (9 loc) 174 B
/// <reference path="userDetail.d.ts" /> declare namespace MisskeyEntity { type Blocking = { id: string createdAt: string blockeeId: string blockee: UserDetail } }