TableEntityResult type

쿼리 작업에 대한 출력 형식

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