UNPKG

@cutls/megalodon

Version:

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

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