다음을 통해 공유


ContinuablePage type

결과 페이지를 설명하는 인터페이스입니다.

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