UNPKG

megalodon

Version:

Fediverse API client for node.js and browser

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