Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 613 Bytes

types.interfacetype.topartial.md

File metadata and controls

23 lines (14 loc) · 613 Bytes

Home > @skunkteam/types > InterfaceType > toPartial

InterfaceType.toPartial() method

Clone this type with all properties marked optional.

Signature:

toPartial(name?: string): PartialType<Props>;

Parameters

Parameter Type Description
name string (Optional)

Returns:

PartialType<Props>