mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
4410989fa2
revert ?
504 B
504 B
Home > iceshrimp-js > entities > ServerInfo
entities.ServerInfo type
Signature:
export declare type ServerInfo = {
machine: string;
cpu: {
model: string;
cores: number;
};
mem: {
total: number;
};
fs: {
total: number;
used: number;
};
};