Typescript SDK Type Docs
    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"