A callable function, equivalent to calling AsyncObjectMapper#map
.
It also exposes AsyncObjectMapperFunction#schema
as a readonly property.
readonly
schema: AsyncObjectMapperSchema<TInput, TOutput, TContext>
A callable function, equivalent to calling AsyncObjectMapper#map
.
It also exposes AsyncObjectMapperFunction#schema
as a readonly property.
schema: AsyncObjectMapperSchema<TInput, TOutput, TContext>
import { asyncTypes } from ".";