UNPKG

@cutls/megalodon

Version:

Mastodon API client for node.js and browser

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