@neoskop/nestjs-probes
Version:
7 lines • 324 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PROBE_NOT_OKAY = exports.PROBE_OKAY = exports.PROBES_MODULE_OPTIONS = void 0;
exports.PROBES_MODULE_OPTIONS = 'ProbesModuleOptions';
exports.PROBE_OKAY = 'ok';
exports.PROBE_NOT_OKAY = 'not_ok';
//# sourceMappingURL=probes.constants.js.map