Mappers: {
    enrichment: {
        mapper: (
            e: FlowrSearchElement<ParentInformation>,
            _data: FlowrAnalysisProvider,
            enrichment: Enrichment,
        ) => FlowrSearchElement<ParentInformation>[];
    };
} = ...

Type declaration