Home > @skunkteam/types > InterfaceType > toPartial
Clone this type with all properties marked optional.
Signature:
toPartial(name?: string): PartialType<Props>;
Parameter | Type | Description |
---|---|---|
name | string | (Optional) |
Returns:
PartialType<Props>
Home > @skunkteam/types > InterfaceType > toPartial
Clone this type with all properties marked optional.
Signature:
toPartial(name?: string): PartialType<Props>;
Parameter | Type | Description |
---|---|---|
name | string | (Optional) |
Returns:
PartialType<Props>