API: Update type of Player.factions, GangGenInfo.faction and CorpMaterialConstantData.name (#2347)

This commit is contained in:
catloversg
2025-10-13 03:00:21 +07:00
committed by GitHub
parent d421d4fcf9
commit 950c21d734
7 changed files with 9 additions and 9 deletions

View File

@@ -7,5 +7,5 @@
**Signature:**
```typescript
factions: string[];
factions: FactionName[];
```