bitburner-src/markdown/bitburner.corpproductdata.md

26 lines
527 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [CorpProductData](./bitburner.corpproductdata.md)
## CorpProductData type
Product rating information
<b>Signature:</b>
```typescript
type CorpProductData = {
name: string;
verb: string;
desc: string;
ratingWeights: {
aesthetics?: number;
durability?: number;
features?: number;
quality?: number;
performance?: number;
reliability?: number;
};
};
```