Skip to content

Commit e5c5e9d

Browse files
authored
chore: fix types (#2677)
1 parent 4ad88f9 commit e5c5e9d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/types/api/systemState.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import type {TSystemStateInfo} from './nodes';
2-
import type {TThreadPoolInfo} from './threads';
32

43
/**
54
* endpoint: /viewer/json/sysinfo
@@ -8,8 +7,6 @@ import type {TThreadPoolInfo} from './threads';
87
*/
98
export interface TEvSystemStateResponse {
109
SystemStateInfo?: TSystemStateInfo[];
11-
/** Detailed thread information when fields_required=-1 is used */
12-
Threads?: TThreadPoolInfo[];
1310
/** uint64 */
1411
ResponseTime?: string;
1512
ResponseDuration?: number;

0 commit comments

Comments
 (0)