@valon-technologies/gestalt
    Preparing search index...

    Interface BackfillTransform

    interface BackfillTransform {
        from: string;
        into: string;
        value: (row: Record) => Record;
    }
    Index

    Properties

    Properties

    from: string
    into: string
    value: (row: Record) => Record