Type alias OptionalExcept<T, K>

OptionalExcept<T, K>: Partial<T> & Pick<T, K>

Make all fields optional except those specified in K

Type Parameters

  • T

  • K extends keyof T

Generated using TypeDoc