PartialType


 PartialType<T>(classRef: Type<T>): Type<Partial<T>>

Parameters

Option Type Description
classRef Type

Returns

Type<Partial<T>>