A function that takes some input object, and an optional context object, and returns an
output. This is used as part of an ObjectMapperSchema.
<>(input: TInputSubset,context: OptionalArgIfUndefined<TContextSubset>):
A function that takes some input object, and an optional context object, and returns an
output. This is used as part of an ObjectMapperSchema.
<>(input: TInputSubset,context: OptionalArgIfUndefined<TContextSubset>):
import { types } from ".";