deformation
Spec
deformation<TTarget>(
target: AttributeMap,
RootTClass: ClassCapture<TTarget>
): TTargetInput
Example
const entity: Cat = Mapper.deformation(
{
id: { N: "666" }
},
Cat
);Internal Logic
Last updated