# AggregationValueResult

# Interface: AggregationValueResult\<TResult\>

Defined in: [features/aggregation/aggregationFeature.types.ts:299](https://github.com/TanStack/table/blob/main/packages/table-core/src/features/aggregation/aggregationFeature.types.ts#L299)

Marks an aggregation-value override as handled.

## Type Parameters

### TResult

`TResult` = `unknown`

## Properties

### value

```ts
value: TResult;
```

Defined in: [features/aggregation/aggregationFeature.types.ts:301](https://github.com/TanStack/table/blob/main/packages/table-core/src/features/aggregation/aggregationFeature.types.ts#L301)

The supplied value. `undefined` is still a handled result.
