interface HealthGroup {
    spotProductId: number;
    perpProductId: number;
}

Properties

spotProductId: number
perpProductId: number