Type alias Unpartial<T>

Unpartial<T>: MappedUndefined<T> | T

Create a type from an objec that can be either whole or all values undefined. Usefull for parameter objects that needs all values set or none of them.

Generic

T extends object

Type Parameters

  • T extends object

Generated using TypeDoc