From a66319cfc6f01624ad79a60b82f010399bc5425d Mon Sep 17 00:00:00 2001 From: Sylvia Crowe Date: Thu, 22 Feb 2024 16:59:47 -0800 Subject: [PATCH] fix: add missing type The countdownactive field of the RemoteType was missed in a recent merge. It is being added back here. --- src/types/custom.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types/custom.d.ts b/src/types/custom.d.ts index fb8b2354..28ed6332 100644 --- a/src/types/custom.d.ts +++ b/src/types/custom.d.ts @@ -106,6 +106,7 @@ declare global { remotevars: Record; status: RemoteStatusTypeStrs; connecttimeout: number; + countdownactive: boolean; errorstr: string; installstatus: string; installerrorstr: string;