Type alias Partial<T>

Partial<T>: { [ P in keyof T & string]?: T[P] }

Type Parameters

  • T

Generated using TypeDoc