Type Alias Optional<T, F>

Optional<T, F>: Omit<T, F> & Partial<Pick<T, F>>

Type Parameters

  • T extends object
  • F extends keyof T