interface ExtensionStatistic {
    statisticName?: string;
    value?: number;
}

Properties

statisticName?: string
value?: number