UNPKG

@atproto/ozone

Version:

Backend service for moderating the Bluesky network.

6 lines 257 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LabelChannel = exports.tableName = void 0; exports.tableName = 'label'; exports.LabelChannel = 'label_channel'; // used with notify/listen //# sourceMappingURL=label.js.map