mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
28 lines
800 B
Markdown
28 lines
800 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [FactionWorkTask](./bitburner.factionworktask.md)
|
|
|
|
## FactionWorkTask interface
|
|
|
|
Faction Work
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
export interface FactionWorkTask extends BaseTask
|
|
```
|
|
**Extends:** [BaseTask](./bitburner.basetask.md)
|
|
|
|
## Remarks
|
|
|
|
An object representing the current work for a faction
|
|
|
|
## Properties
|
|
|
|
| Property | Modifiers | Type | Description |
|
|
| --- | --- | --- | --- |
|
|
| [factionName](./bitburner.factionworktask.factionname.md) | | string | |
|
|
| [factionWorkType](./bitburner.factionworktask.factionworktype.md) | | [FactionWorkType](./bitburner.factionworktype.md) | |
|
|
| [type](./bitburner.factionworktask.type.md) | | "FACTION" | |
|
|
|