Configuration that uses a counter to track the amount of orders that will be skipped.

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

Properties

Properties

totalToSkip: number

Amount of orders that are going to be skipped.

type: "counter"

Type of skip configuration.