Reworked the /progress page
This commit is contained in:
Vendored
+5
@@ -8,6 +8,11 @@ interface ProgressType {
|
||||
myDbSize: bigint;
|
||||
}
|
||||
|
||||
interface ProgressDictionary {
|
||||
description: string;
|
||||
value: string;
|
||||
}
|
||||
|
||||
type CacheEntry<T> = {
|
||||
data: T;
|
||||
timestamp: number;
|
||||
|
||||
Reference in New Issue
Block a user