@atproto/api
Version:
Client library for atproto and Bluesky
6 lines • 468 B
TypeScript
/** this doc is generated by ./scripts/code/labels.mjs **/
import { InterpretedLabelValueDefinition, LabelPreference } from '../types';
export type KnownLabelValue = '!hide' | '!warn' | '!no-unauthenticated' | 'porn' | 'sexual' | 'nudity' | 'graphic-media' | 'gore';
export declare const DEFAULT_LABEL_SETTINGS: Record<string, LabelPreference>;
export declare const LABELS: Record<KnownLabelValue, InterpretedLabelValueDefinition>;
//# sourceMappingURL=labels.d.ts.map