UNPKG

@atproto/ozone

Version:

Backend service for moderating the Bluesky network.

8 lines 307 B
import { ContentTagger } from './content-tagger'; export declare class EmbedTagger extends ContentTagger { tagPrefix: string; isApplicable(): boolean; buildTags(): Promise<string[]>; getRecordValue(): Promise<Record<string, unknown> | undefined>; } //# sourceMappingURL=embed-tagger.d.ts.map