# OperatorName

# Type Alias: OperatorName

```ts
type OperatorName = typeof operators[number];
```

Defined in: [packages/db/src/query/builder/functions.ts:437](https://github.com/TanStack/db/blob/main/packages/db/src/query/builder/functions.ts#L437)
