Buzzr Sports Engine API
    Preparing search index...
    type FactorImpactSummary = {
        averageAbsoluteImpact: number;
        averageImpact: number;
        id: string;
        label: string;
        negativeCount: number;
        positiveCount: number;
        sampleCount: number;
    }
    Index

    Properties

    averageAbsoluteImpact: number
    averageImpact: number
    id: string
    label: string
    negativeCount: number
    positiveCount: number
    sampleCount: number