interface EngineServerHealthGroupsResponse {
    health_groups: [spotProductId: number, perpProductId: number][];
}

Properties

Properties

health_groups: [spotProductId: number, perpProductId: number][]