Type alias Optional<T, K>

Optional<T, K>: Partial<T> & Omit<T, K>

Type Parameters

  • T

  • K extends keyof T

Generated using TypeDoc