Type alias PickPartial<T, K>Internal

PickPartial<T, K>: {}

Transforms the given object such that the given keys are optional.

Type Parameters

  • T

  • K extends keyof T

Type declaration

    Generated using TypeDoc