Package version:

Interface SyncTokenHeaderField

Sync token header field

interface SyncTokenHeaderField {
    syncToken?: string;
}

Hierarchy (view full)

Properties

Properties

syncToken?: string

Enables real-time consistency between requests by providing the returned value in the next request made to the server.