Type Alias AtLeastPartial<T, K>

AtLeastPartial<T, K>: DeepPartial<T> & Pick<T, K>

Type Parameters

  • T
  • K extends keyof T