mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-20 08:13:50 +02:00
fb1f95c26e
See PR #271 description
26 lines
527 B
Markdown
26 lines
527 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [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;
|
|
};
|
|
};
|
|
```
|