# IndexOperation

# Type Alias: IndexOperation

```ts
type IndexOperation = typeof comparisonFunctions[number];
```

Defined in: [packages/db/src/indexes/base-index.ts:11](https://github.com/TanStack/db/blob/main/packages/db/src/indexes/base-index.ts#L11)

Type for index operation values
