Package version:

Type Alias ContinuablePage<TElement, TPage>

ContinuablePage<TElement, TPage>: TPage & {
    continuationToken?: string;
}

An interface that describes a page of results.

Type Parameters

Type declaration

  • OptionalcontinuationToken?: string

    The token that keeps track of where to continue the iterator