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

    Interface BackfillRevision

    interface BackfillRevision {
        id: string;
        backfill: BackfillTransform;
        schema?: undefined;
    }
    Index

    Properties

    Properties

    id: string
    schema?: undefined