Umi — API References - v1.3.0
    Preparing search index...

    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