Type Alias Partial<T>

Partial: { [P in keyof T]?: T[P] }

Partial Object

Type Parameters

  • T