🐛 Fix dash. api (#1024)

This commit is contained in:
Manuel
2023-06-09 20:10:47 +02:00
committed by GitHub
parent 240747307d
commit ba659b6247
3 changed files with 14 additions and 12 deletions

View File

@@ -9,8 +9,9 @@ interface DashDotCompactNetworkProps {
export interface DashDotInfo {
storage: {
layout: { size: number }[];
};
size: number;
disks: { device: string; brand: string; type: string }[];
}[];
network: {
speedUp: number;
speedDown: number;