UNPKG

@cutls/megalodon

Version:

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

11 lines (10 loc) 240 B
/// <reference path="userDetail.d.ts" /> declare namespace MisskeyEntity { type Following = { id: string; createdAt: string; followeeId: string; followerId: string; followee: UserDetail; }; }