@atproto/ozone
Version:
Backend service for moderating the Bluesky network.
6 lines • 321 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PolicyListSettingKey = exports.ProtectedTagSettingKey = void 0;
exports.ProtectedTagSettingKey = 'tools.ozone.setting.protectedTags';
exports.PolicyListSettingKey = 'tools.ozone.setting.policyList';
//# sourceMappingURL=constants.js.map