mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-01-09 23:07:40 +01:00
30 lines
1.1 KiB
Markdown
30 lines
1.1 KiB
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [bitburner](./bitburner.md) > [CorporationInfo](./bitburner.corporationinfo.md)
|
||
|
|
||
|
## CorporationInfo interface
|
||
|
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
interface CorporationInfo
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [expenses](./bitburner.corporationinfo.expenses.md) | number | |
|
||
|
| [funds](./bitburner.corporationinfo.funds.md) | number | |
|
||
|
| [issuedShares](./bitburner.corporationinfo.issuedshares.md) | number | |
|
||
|
| [name](./bitburner.corporationinfo.name.md) | string | |
|
||
|
| [numShares](./bitburner.corporationinfo.numshares.md) | number | |
|
||
|
| [public](./bitburner.corporationinfo.public.md) | boolean | |
|
||
|
| [revenue](./bitburner.corporationinfo.revenue.md) | number | |
|
||
|
| [sharePrice](./bitburner.corporationinfo.shareprice.md) | number | |
|
||
|
| [shareSaleCooldown](./bitburner.corporationinfo.sharesalecooldown.md) | number | |
|
||
|
| [state](./bitburner.corporationinfo.state.md) | string | |
|
||
|
| [totalShares](./bitburner.corporationinfo.totalshares.md) | number | |
|
||
|
|