Mappers: {
    enrichment: {
        mapper: (
            e: FlowrSearchElement<ParentInformation>,
            _data: PipelineOutput<
                Pipeline<IPipelineStep<PipelineStepName, (...args: any[]) => any>>,
            > & {
                config: FlowrConfigOptions;
                dataflow: DataflowInformation;
                normalize: NormalizedAst;
            },
            enrichment: Enrichment,
        ) => FlowrSearchElement<ParentInformation>[];
    };
} = ...

Type declaration