UNPKG

@cutls/megalodon

Version:

Mastodon API client for node.js and browser

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