@bestcodetools/api-node-base
Version:
BestCodeTools Node Base for Backend API
16 lines • 652 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CommandEventTypeEnums = void 0;
const CommandEventTypeSuccess = 'success';
const CommandEventTypeFailure = 'failure';
const CommandEventTypeBadRequest = 'badRequest';
const CommandEventTypeUnauthorized = 'unauthorized';
const CommandEventTypeNotImplemented = 'notImplemented';
exports.CommandEventTypeEnums = {
success: CommandEventTypeSuccess,
failure: CommandEventTypeFailure,
badRequest: CommandEventTypeBadRequest,
unauthorized: CommandEventTypeUnauthorized,
notImplemented: CommandEventTypeNotImplemented,
};
//# sourceMappingURL=index.js.map