[Home](./index.md) > [bitburner](./bitburner.md) > [BladeburnerActionEnumType](./bitburner.bladeburneractionenumtype.md) ## BladeburnerActionEnumType type Action types of Bladeburner **Signature:** ```typescript type BladeburnerActionEnumType = { General: "General"; Contract: "Contracts"; Operation: "Operations"; BlackOp: "Black Operations"; }; ```