Skip to content
AutoMapper TypeScript
Esc
navigateopen⌘Jpreview
On this page

Interface: CompiledMapping\<TSource, TDestination\>

Interface: CompiledMapping\<TSource, TDestination\> API reference from @automapper/core.

@automapper/core


Defined in: packages/core/src/lib/types.ts:567

Type Parameters

TSource

TSource extends Dictionary<TSource> = any

TDestination

TDestination extends Dictionary<TDestination> = any

Properties

steps

steps: CompiledMapStep[]

Defined in: packages/core/src/lib/types.ts:571


unmappedCandidateKeys

unmappedCandidateKeys: string[]

Defined in: packages/core/src/lib/types.ts:574

Was this page helpful?