2022-10-21 17:16:00 +02:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home ](./index.md ) > [bitburner ](./bitburner.md ) > [Division ](./bitburner.division.md )
## Division interface
Corporation division
2023-02-11 19:18:50 +01:00
**Signature:**
2022-10-21 17:16:00 +02:00
```typescript
interface Division
```
## Properties
2023-02-11 19:18:50 +01:00
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [awareness ](./bitburner.division.awareness.md ) | | number | Awareness of the division |
| [cities ](./bitburner.division.cities.md ) | | [CityName ](./bitburner.cityname.md )<!-- --> \[\] | Cities in which this division has expanded |
| [lastCycleExpenses ](./bitburner.division.lastcycleexpenses.md ) | | number | Expenses last cycle |
| [lastCycleRevenue ](./bitburner.division.lastcyclerevenue.md ) | | number | Revenue last cycle |
2023-09-12 07:23:36 +02:00
| [makesProducts ](./bitburner.division.makesproducts.md ) | | boolean | Whether the industry of this division is capable of developing and producing products |
2023-06-01 21:20:54 +02:00
| [maxProducts ](./bitburner.division.maxproducts.md ) | | number | How many products this division can support |
2023-02-11 19:18:50 +01:00
| [name ](./bitburner.division.name.md ) | | string | Name of the division |
2023-05-16 00:06:57 +02:00
| [numAdVerts ](./bitburner.division.numadverts.md ) | | number | Number of times AdVert has been bought |
2023-02-11 19:18:50 +01:00
| [popularity ](./bitburner.division.popularity.md ) | | number | Popularity of the division |
2023-05-16 00:06:57 +02:00
| [productionMult ](./bitburner.division.productionmult.md ) | | number | Production multiplier |
| [products ](./bitburner.division.products.md ) | | string\[\] | Names of Products developed by this division |
| [researchPoints ](./bitburner.division.researchpoints.md ) | | number | Amount of research in that division |
2023-02-11 19:18:50 +01:00
| [thisCycleExpenses ](./bitburner.division.thiscycleexpenses.md ) | | number | Expenses this cycle |
| [thisCycleRevenue ](./bitburner.division.thiscyclerevenue.md ) | | number | Revenue this cycle |
| [type ](./bitburner.division.type.md ) | | [CorpIndustryName ](./bitburner.corpindustryname.md ) | Type of division, like Agriculture |
2022-10-21 17:16:00 +02:00