services
services: {
[serviceType: string]: {
details?: string;
id: string;
last_activity_us?: number;
local: string;
namespace?: string;
remote: string;
state: string;
}[];
}
Type declaration
[serviceType: string]: {
details?: string;
id: string;
last_activity_us?: number;
local: string;
namespace?: string;
remote: string;
state: string;
}[]
The JSON-formated output report from a diagnostics operation.
See