Type Alias PartialRecord<K, T>

PartialRecord<K, T>: Partial<Record<K, T>>

Type Parameters

  • K extends keyof any
  • T