# OperationType

# Type Alias: OperationType

```ts
type OperationType = "insert" | "update" | "delete";
```

Defined in: [packages/db/src/types.ts:205](https://github.com/TanStack/db/blob/main/packages/db/src/types.ts#L205)
