UNPKG

@cutls/megalodon

Version:

Mastodon API client for node.js and browser

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