UNPKG

@cutls/megalodon

Version:

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

10 lines (9 loc) 185 B
import { UserDetail } from './userDetail.js' export type Follow = { id: string createdAt: string followeeId: string followerId: string follower: UserDetail followee: UserDetail }