change type

This commit is contained in:
MathieuG-P
2022-08-06 21:05:33 +02:00
parent 7e209dd7e4
commit 579626727e
+1 -1
View File
@@ -157,7 +157,7 @@ export interface DownloadInfo {
export interface DownloadEvent{
type: DownloadEventType,
data?: any,
data?: unknown,
}
export type DownloadEventType = "[Password]" | "[Guard]" | "[2FA]" | "[Progress]" | "[Validated]" | "[Finished]" | "[AlreadyDownloading]" | "[Error]" | "[Warning]" | "[SteamID]" | "[Exit]" | "[NoInternet]";