次の方法で共有


TableEntityResult type

クエリ操作の出力の種類

type TableEntityResult<T> = T & {
  etag: string
  partitionKey?: string
  rowKey?: string
  timestamp?: string
}