# OperatorName

# Type Alias: OperatorName

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

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