# SourceClauseContext

# Type Alias: SourceClauseContext

```ts
type SourceClauseContext = "from clause" | "unionAll clause" | "join clause";
```

Defined in: [packages/db/src/errors.ts:388](https://github.com/TanStack/db/blob/main/packages/db/src/errors.ts#L388)
