diff --git a/overwolf.d.ts b/overwolf.d.ts index 778e9f2..5323b4e 100644 --- a/overwolf.d.ts +++ b/overwolf.d.ts @@ -5149,7 +5149,7 @@ declare namespace overwolf.extensions { interface CheckForUpdateResult extends Result { state?: "UpToDate" | "UpdateAvailable" | "PendingRestart"; //should be changed in the future to the enum "ExtensionUpdateState" - updateVersion?: string; + updateVersion: string | null; } interface ServiceProvidersDataResult extends Result {