Fix StartOS 0.4 TypeScript packaging to match SDK API
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
import type { MebiBytes } from './MebiBytes';
|
||||
import type { Percentage } from './Percentage';
|
||||
export type MetricsMemory = {
|
||||
percentageUsed: Percentage;
|
||||
total: MebiBytes;
|
||||
available: MebiBytes;
|
||||
used: MebiBytes;
|
||||
zramTotal: MebiBytes;
|
||||
zramAvailable: MebiBytes;
|
||||
zramUsed: MebiBytes;
|
||||
};
|
||||
Reference in New Issue
Block a user