[Home](./index.md) > [bitburner](./bitburner.md) > [SleeveFactionTask](./bitburner.sleevefactiontask.md)
## SleeveFactionTask type
Signature:
```typescript
type SleeveFactionTask = {
type: "FACTION";
factionWorkType: FactionWorkType | `${FactionWorkType}`;
factionName: string;
};
```
References: [FactionWorkType](./bitburner.factionworktype.md)