Preparing search index...
The search index is not available
Documentation
Documentation
@sequelize/utils
common
PartialOrUndefined
Type alias PartialOrUndefined<T>
Partial
Or
Undefined
<
T
>
:
{
[
P
in
keyof
T
]
?:
T
[
P
]
}
Like
Partial
, but also allows undefined. Useful when "exactOptionalPropertyTypes" is enabled.
Type Parameters
T
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
Like Partial, but also allows undefined. Useful when "exactOptionalPropertyTypes" is enabled.