Interface InsightsServiceAccountResponseDataPointsItem

interface InsightsServiceAccountResponseDataPointsItem {
    label: string;
    value: number;
}

Properties

Properties

label: string
value: number