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

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

Hierarchy (View Summary)

Properties

Properties

totalToSkip: number

Number of Orders that will be skipped.

type: "counter"