Vana SDK - v0.1.0
Preparing search index...
types/generics
ConditionalOptional
Type Alias ConditionalOptional<T, K, Condition>
ConditionalOptional
:
Condition
extends
true
?
Omit
<
T
,
K
>
&
Partial
<
Pick
<
T
,
K
>
>
:
T
Helper type to make properties optional conditionally
Type Parameters
T
K
extends
keyof
T
Condition
extends
boolean
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Vana SDK - v0.1.0
Loading...
Helper type to make properties optional conditionally