UNPKG

@cutls/megalodon

Version:

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

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