UNPKG

megalodon

Version:

Fediverse API client for node.js and browser

9 lines (8 loc) 325 B
import { StatusVisibility } from './status.js'; export type Preferences = { 'posting:default:visibility': StatusVisibility; 'posting:default:sensitive': boolean; 'posting:default:language': string | null; 'reading:expand:media': 'default' | 'show_all' | 'hide_all'; 'reading:expand:spoilers': boolean; };