Type alias FeatureMap<K, V>

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

Type Parameters

  • K extends string = string

  • V extends any = any

Generated using TypeDoc