Umi — API References - v1.3.0
Preparing search index...
umi-serializers
WrapInSerializer
Type Alias WrapInSerializer<T, U>
WrapInSerializer
:
{
[
P
in
keyof
T
]
:
Serializer
<
T
[
P
]
,
U
[
P
]
>
}
Wraps all the attributes of an object in serializers.
Type Parameters
T
U
extends
T
=
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Umi — API References - v1.3.0
Loading...
Wraps all the attributes of an object in serializers.