Files
bitburner-src/markdown/bitburner.bladeburneractionenumtype.md

451 B

Home > bitburner > BladeburnerActionEnumType

BladeburnerActionEnumType type

Action types of Bladeburner

Signature:

type BladeburnerActionEnumType = {
  General: "General";
  Contract: "Contracts";
  Operation: "Operations";
  BlackOp: "Black Operations";
};