Type Alias PartialRecord<K, T>

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

Type Parameters

  • K extends keyof any
  • T