UNPKG

@atproto/ozone

Version:

Backend service for moderating the Bluesky network.

6 lines 343 B
import { BackgroundQueue, PeriodicBackgroundTask } from '../background'; import { TeamService } from '../team'; export declare class TeamProfileSynchronizer extends PeriodicBackgroundTask { constructor(backgroundQueue: BackgroundQueue, teamService: TeamService, interval?: number); } //# sourceMappingURL=team-profile-synchronizer.d.ts.map