Type Alias DeclarativeMatchBasedFlatMapping

DeclarativeMatchBasedFlatMapping: {
    id: string;
    mapping?: { strategy: AnyFlatStrategy };
    source: FlatSourceMatchBased;
    target: { path: string };
}

Type declaration