WithRequired<T, K>: T & { [ P in K]-?: T[P] & NonNullable<T[P]> }

Type Parameters

  • T

  • K extends keyof T

Generated using TypeDoc