type alias asyncTypes.AsyncObjectMapperSchema

An object, where every property name must match a property name in the desired output type. Every property value must be a AsyncMapperSchemaValue.

Type Parameters

TInput extends object
TOutput extends object
TContext extends object | undefined = undefined

Definition

[TOutputKey in keyof TOutput]-?: AsyncMapperSchemaValue<TInput, TOutput, TContext, TOutputKey>

Usage

import { asyncTypes } from ".";