fix: add missing type

The countdownactive field of the RemoteType was missed in a recent
merge. It is being added back here.
This commit is contained in:
Sylvia Crowe
2024-02-22 16:59:47 -08:00
parent 3ae0589786
commit a66319cfc6
+1
View File
@@ -106,6 +106,7 @@ declare global {
remotevars: Record<string, string>;
status: RemoteStatusTypeStrs;
connecttimeout: number;
countdownactive: boolean;
errorstr: string;
installstatus: string;
installerrorstr: string;