mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
fb1f95c26e
See PR #271 description
527 B
527 B
Home > bitburner > CorpProductData
CorpProductData type
Product rating information
Signature:
type CorpProductData = {
name: string;
verb: string;
desc: string;
ratingWeights: {
aesthetics?: number;
durability?: number;
features?: number;
quality?: number;
performance?: number;
reliability?: number;
};
};