9 lines
238 B
TypeScript
9 lines
238 B
TypeScript
|
|
/** @deprecated Import from `@/application/state/useServerStats` instead. */
|
||
|
|
export {
|
||
|
|
useServerStats,
|
||
|
|
type DiskInfo,
|
||
|
|
type NetInterfaceInfo,
|
||
|
|
type ProcessInfo,
|
||
|
|
type ServerStats,
|
||
|
|
} from "../../../application/state/useServerStats";
|