UNPKG

@cutls/megalodon

Version:

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

9 lines (8 loc) 188 B
import { UserDetail } from './userDetail.js'; export type Following = { id: string; createdAt: string; followeeId: string; followerId: string; followee: UserDetail; };