fix launchpad storage calculations

This commit is contained in:
calli
2026-04-14 22:08:26 +03:00
parent bf31a7e2cb
commit 48da721980
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@ export interface StorageContent {
}
export interface StorageInfo {
pin_id: number;
type: string;
type_id: number;
capacity: number;