Type alias StatisticsDateType<T, U>

StatisticsDateType<T, U>: {
    [K in U]: Record<number, T>
}

Type Parameters