Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 454 Bytes

bitburner.sleevefactiontask.md

File metadata and controls

18 lines (12 loc) · 454 Bytes

Home > bitburner > SleeveFactionTask

SleeveFactionTask type

Signature:

type SleeveFactionTask = {
  type: "FACTION";
  factionWorkType: FactionWorkType | `${FactionWorkType}`;
  factionName: string;
};

References: FactionWorkType