Libraries
← Back to Website
All Versions
Preparing search index...
@cleverbrush/mapper
SchemaToSchemaMapperResult
Type Alias SchemaToSchemaMapperResult<TFromSchema, TToSchema>
SchemaToSchemaMapperResult
:
(
from
:
InferType
<
TFromSchema
>
,
)
=>
Promise
<
InferType
<
TToSchema
>
>
Type Parameters
TFromSchema
extends
ObjectSchemaBuilder
<
any
,
any
,
any
>
TToSchema
extends
ObjectSchemaBuilder
<
any
,
any
,
any
>
Type Declaration
(
from
:
InferType
<
TFromSchema
>
)
:
Promise
<
InferType
<
TToSchema
>
>
Parameters
from
:
InferType
<
TFromSchema
>
Returns
Promise
<
InferType
<
TToSchema
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
← Back to Website
All Versions
Libraries
Loading...