From c117ea6d8543837be79f8d4ee368378499d50b56 Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Thu, 18 Nov 2021 23:31:13 -0500
Subject: [PATCH] simplify TS

---
 src/neighbor/neighborDescription.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/neighbor/neighborDescription.js b/src/neighbor/neighborDescription.js
index 1d02d522bde..be0408f1977 100644
--- a/src/neighbor/neighborDescription.js
+++ b/src/neighbor/neighborDescription.js
@@ -54,7 +54,7 @@ App.UI.neighborDescription = function(i) {
 
 	let desc = "";
 	const neighborDescription = [];
-	/** @type {Record<keyof FC.FutureSocietyIdMap, Record<95 | 40 | 0, string>>} */
+	/** @type {Record<FC.FutureSociety, Record<95 | 40 | 0, string>>} */
 	const FSThresholds = {
 		FSSubjugationist: {
 			95: `the home of an advanced project to create a subservient race of ${V.arcologies[i].FSSubjugationistRace} slaves`,
-- 
GitLab