Skip to main content

Interface: ExtractorTransformDeclaration

Defined in: packages/core/src/domain/value-objects/extractor.ts:9

Normalized transform declaration shared by Extractor and FieldMapping.

The YAML boundary may accept shorthand syntax, but runtime code only sees this normalized object shape.

Properties

args?

readonly optional args?: readonly string[]

Defined in: packages/core/src/domain/value-objects/extractor.ts:13

Optional declarative args resolved by the extractor runtime.


name

readonly name: string

Defined in: packages/core/src/domain/value-objects/extractor.ts:11

Registered transform name.