UNPKG

@cutls/megalodon

Version:

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

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