ContinuablePage type
An interface that describes a page of results.
type ContinuablePage<TElement, TPage> = TPage & { continuationToken?: string }
Deze browser wordt niet meer ondersteund.
Upgrade naar Microsoft Edge om te profiteren van de nieuwste functies, beveiligingsupdates en technische ondersteuning.
An interface that describes a page of results.
type ContinuablePage<TElement, TPage> = TPage & { continuationToken?: string }