Files
bitburner-src/markdown/bitburner.sleevefactiontask.md
2025-05-10 22:13:22 -07:00

487 B

Home > bitburner > SleeveFactionTask

SleeveFactionTask type

Signature:

type SleeveFactionTask = {
  type: "FACTION";
  factionWorkType: FactionWorkType;
  factionName: FactionName;
};

References: FactionWorkType, FactionName