jormungandr-bite/packages/iceshrimp-js/markdown/iceshrimp-js.entities.serverinfo.md
limepotato 4410989fa2
revert ba0e5eec93
revert ?
2024-06-17 18:18:03 +02:00

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;
	};
};