interface GetEngineHealthGroupsResponse {
    healthGroups: HealthGroup[];
}

Properties

Properties

healthGroups: HealthGroup[]