mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
454 B
454 B
Home > bitburner > SleeveFactionTask
SleeveFactionTask type
Signature:
type SleeveFactionTask = {
type: "FACTION";
factionWorkType: FactionWorkType | `${FactionWorkType}`;
factionName: string;
};
References: FactionWorkType