From a7881a50465eef6af8346aedaa6e9b202bb2626c Mon Sep 17 00:00:00 2001 From: Crazycolbster <43626579+Crazycolbster@users.noreply.github.com> Date: Tue, 11 Jul 2023 09:14:30 +1200 Subject: [PATCH] Fixed typo in openrct2.d.ts, ScenarioObjectiveType (#20592) --- distribution/openrct2.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution/openrct2.d.ts b/distribution/openrct2.d.ts index 3056b508cc..caf4312222 100644 --- a/distribution/openrct2.d.ts +++ b/distribution/openrct2.d.ts @@ -3573,7 +3573,7 @@ declare global { /** * The objective type. */ - type: ScenarioObjective; + type: ScenarioObjectiveType; /** * The required number of guests.