interface MapperData<Arguments extends string | MergeableRecord> {
    mapper: (
        e: FlowrSearchElement<ParentInformation>,
        data: FlowrAnalysisProvider,
        args: Arguments,
    ) => FlowrSearchElement<ParentInformation>[];
}

Type Parameters

Properties

Properties