bitburner-src/markdown/bitburner.sleevefactiontask.md

19 lines
454 B
Markdown
Raw Permalink Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [SleeveFactionTask](./bitburner.sleevefactiontask.md)
## SleeveFactionTask type
**Signature:**
```typescript
type SleeveFactionTask = {
type: "FACTION";
factionWorkType: FactionWorkType | `${FactionWorkType}`;
factionName: string;
};
```
**References:** [FactionWorkType](./bitburner.factionworktype.md)