UNPKG

@cutls/megalodon

Version:

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

9 lines (8 loc) 191 B
import { Field } from './field'; export type Source = { privacy: string | null; sensitive: boolean | null; language: string | null; note: string; fields: Array<Field>; };