Updating doc for CorporationInfo.state

Now includes a list of possible values.
This commit is contained in:
Anton Mironov
2021-12-24 17:35:23 +01:00
committed by GitHub
parent 23683d3482
commit 3dd818cb7b

View File

@ -6128,7 +6128,7 @@ interface CorporationInfo {
issuedShares: number;
/** Price of the shares */
sharePrice: number;
/** State of the corporation, like PRODUCTION or EXPORT */
/** State of the corporation. Possible states are START, PURCHASE, PRODUCTION, SALE, EXPORT. */
state: string;
}