WrapInSerializer<T, U>: { [ 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

Generated using TypeDoc