次の方法で共有


TableEntityResultPage type

クエリ操作の出力ページの種類

type TableEntityResultPage<T> = TableEntityResult<T>[] & {
  continuationToken?: string
}