mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-14 11:43:50 +01:00
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;
|
||
|
};
|
||
|
};
|
||
|
```
|