We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d73717a commit 661a822Copy full SHA for 661a822
src/types/api/systemState.ts
@@ -1,5 +1,4 @@
1
import type {TSystemStateInfo} from './nodes';
2
-import type {TThreadPoolInfo} from './threads';
3
4
/**
5
* endpoint: /viewer/json/sysinfo
@@ -8,8 +7,6 @@ import type {TThreadPoolInfo} from './threads';
8
7
*/
9
export interface TEvSystemStateResponse {
10
SystemStateInfo?: TSystemStateInfo[];
11
- /** Detailed thread information when fields_required=-1 is used */
12
- Threads?: TThreadPoolInfo[];
13
/** uint64 */
14
ResponseTime?: string;
15
ResponseDuration?: number;
0 commit comments