UNPKG

megalodon

Version:

Fediverse API client for node.js and browser

8 lines (7 loc) 153 B
import { UserDetail } from './userDetail.js'; export type Mute = { id: string; createdAt: string; muteeId: string; mutee: UserDetail; };