Type alias IExtra<K, V>

IExtra<K, V>: {
    [key in K]: V
}

Type Parameters

  • K extends string

  • V