Type alias Numberify<T>

Numberify<T>: {
    [P in keyof T]: number
}

convert all properties in an interface to a number

Type Parameters

  • T