2021-12-09 00:19:30 +01:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Product](./bitburner.product.md)
|
|
|
|
|
|
|
|
## Product interface
|
|
|
|
|
2021-12-09 02:03:22 +01:00
|
|
|
Product in a warehouse
|
2021-12-09 00:19:30 +01:00
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
interface Product
|
|
|
|
```
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
| Property | Type | Description |
|
|
|
|
| --- | --- | --- |
|
2021-12-09 02:03:22 +01:00
|
|
|
| [cmp](./bitburner.product.cmp.md) | number | Competition for the product |
|
|
|
|
| [dmd](./bitburner.product.dmd.md) | number | Demand for the product |
|
|
|
|
| [name](./bitburner.product.name.md) | string | Name of the product |
|
|
|
|
| [pCost](./bitburner.product.pcost.md) | number | Production cost |
|
|
|
|
| [sCost](./bitburner.product.scost.md) | string \| number | Sell cost, can be "MP+5" |
|
2021-12-09 00:19:30 +01:00
|
|
|
|