TableEntityResultPage type

쿼리 작업에 대한 출력 페이지 유형

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