UNPKG

@cutls/megalodon

Version:

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

10 lines (9 loc) 248 B
import { Field } from './field.js'; export type Source = { privacy: string | null; sensitive: boolean | null; language: string | null; note: string; fields: Array<Field>; quote_policy?: 'public' | 'followers' | 'nobody'; };