2022-12-30 02:28:53 +01:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [CorpProductData](./bitburner.corpproductdata.md)
|
|
|
|
|
2023-02-11 19:18:50 +01:00
|
|
|
## CorpProductData interface
|
2022-12-30 02:28:53 +01:00
|
|
|
|
|
|
|
Product rating information
|
|
|
|
|
2023-02-11 19:18:50 +01:00
|
|
|
**Signature:**
|
2022-12-30 02:28:53 +01:00
|
|
|
|
|
|
|
```typescript
|
2023-02-11 19:18:50 +01:00
|
|
|
interface CorpProductData
|
2022-12-30 02:28:53 +01:00
|
|
|
```
|
2023-02-11 19:18:50 +01:00
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
| Property | Modifiers | Type | Description |
|
|
|
|
| --- | --- | --- | --- |
|
|
|
|
| [desc](./bitburner.corpproductdata.desc.md) | | string | Description of product creation |
|
|
|
|
| [name](./bitburner.corpproductdata.name.md) | | string | Name of the product |
|
|
|
|
| [ratingWeights](./bitburner.corpproductdata.ratingweights.md) | | { aesthetics?: number; durability?: number; features?: number; quality?: number; performance?: number; reliability?: number; } | Weighting factors for product |
|
|
|
|
| [verb](./bitburner.corpproductdata.verb.md) | | string | Verb used to describe creation of the product |
|
|
|
|
|