Type alias NumberColors<T>

NumberColors<T>: {
    [K in keyof T]: number
}

Type Parameters

  • T