Type alias PartialRecord<K, T>

PartialRecord<K, T>: { [ P in K]?: T }

Type Parameters

  • K extends string

  • T

Generated using TypeDoc