Revert "API: Renamed Division.type to Division.industry (#2079)" (#2138)

This reverts commit 7a3c18fcf2.
This commit is contained in:
David Walker
2025-05-17 22:58:02 -07:00
committed by GitHub
parent 43e5589e61
commit f4e70720a6
11 changed files with 41 additions and 49 deletions

View File

@@ -10109,7 +10109,7 @@ interface Division {
/** Name of the division */
name: string;
/** Type of division, like Agriculture */
industry: CorpIndustryName;
type: CorpIndustryName;
/** Awareness of the division */
awareness: number;
/** Popularity of the division */