Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });

var AttributeNames = /* @__PURE__ */ ((AttributeNames2) => {
  AttributeNames2["CONNECT_TYPE"] = "connect.type";
  AttributeNames2["CONNECT_NAME"] = "connect.name";
  return AttributeNames2;
})(AttributeNames || {});
var ConnectTypes = /* @__PURE__ */ ((ConnectTypes2) => {
  ConnectTypes2["MIDDLEWARE"] = "middleware";
  ConnectTypes2["REQUEST_HANDLER"] = "request_handler";
  return ConnectTypes2;
})(ConnectTypes || {});

exports.AttributeNames = AttributeNames;
exports.ConnectTypes = ConnectTypes;
//# sourceMappingURL=AttributeNames.js.map
