Partager via


TableEntityResult type

Type de sortie pour les opérations de requête

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