# Getter

# Type Alias: Getter()\<TValue\>

```ts
type Getter<TValue> = <TTValue>() => NoInfer<TTValue>;
```

Defined in: [types/type-utils.ts:80](https://github.com/TanStack/table/blob/main/packages/table-core/src/types/type-utils.ts#L80)

## Type Parameters

### TValue

`TValue`

## Type Parameters

### TTValue

`TTValue` = `TValue`

## Returns

[`NoInfer`](NoInfer.md)\<`TTValue`\>
