次の方法で共有


Paged type

T 項目のページングされたコレクション

type Paged<T> = { nextLink?: string; value: T[] }