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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;
}