🐛 Fix dash. api (#1024)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user