次の方法で共有


ContinuablePage type

結果のページを記述するインターフェイス。

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