UNPKG

@atproto/ozone

Version:

Backend service for moderating the Bluesky network.

6 lines 259 B
import { AppContext } from '../context'; import { Server } from '../lexicon'; export * as health from './health'; export * as wellKnown from './well-known'; export default function (server: Server, ctx: AppContext): Server; //# sourceMappingURL=index.d.ts.map