mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-06-17 10:47:36 +00:00
fix type
This commit is contained in:
parent
29938d9cf7
commit
a26952597e
@ -35,7 +35,7 @@ export interface MonitorInstance {
|
||||
lastTriggerTimestamp: number;
|
||||
processes: MonitorProcess[];
|
||||
}
|
||||
interface MonitorProcess {
|
||||
export interface MonitorProcess {
|
||||
id: string;
|
||||
name: string;
|
||||
detectType: string;
|
||||
|
Loading…
Reference in New Issue
Block a user