@gradientedge/commercetools-utils
    Preparing search index...

    Interface CounterDraft

    Configuration that uses a counter to track the number of Orders that will be skipped.

    interface CounterDraft {
        totalToSkip: number;
        type: "counter";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    totalToSkip: number

    Number of Orders that will be skipped.

    type: "counter"