mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
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:
Vendored
+1
@@ -106,6 +106,7 @@ declare global {
|
||||
remotevars: Record<string, string>;
|
||||
status: RemoteStatusTypeStrs;
|
||||
connecttimeout: number;
|
||||
countdownactive: boolean;
|
||||
errorstr: string;
|
||||
installstatus: string;
|
||||
installerrorstr: string;
|
||||
|
||||
Reference in New Issue
Block a user