mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
431 B
431 B
Home > bitburner > SleeveFactionTask
SleeveFactionTask type
Signature:
type SleeveFactionTask = {
type: "FACTION";
factionWorkType: FactionWorkType;
factionName: string;
};
References: FactionWorkType