共用方式為


TableEntityResultPage type

查詢作業的輸出頁面類型

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