An object, where every property name must match a property name in the desired output type.
Every property value must be a AsyncMapperSchemaValue
.
[TOutputKey in keyof TOutput]-?: AsyncMapperSchemaValue<TInput, TOutput, TContext, TOutputKey>
An object, where every property name must match a property name in the desired output type.
Every property value must be a AsyncMapperSchemaValue
.
[TOutputKey in keyof TOutput]-?: AsyncMapperSchemaValue<TInput, TOutput, TContext, TOutputKey>
import { asyncTypes } from ".";