UNPKG

@cutls/megalodon

Version:

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

9 lines (8 loc) 145 B
/// <reference path="user.d.ts" /> declare namespace MisskeyEntity { type FollowRequest = { id: string follower: User followee: User } }