# DeferredLiveQueryCollections

# Type Alias: DeferredLiveQueryCollections

```ts
type DeferredLiveQueryCollections = Set<CollectionImpl<any, string | number, any, any, any>>;
```

Defined in: [packages/db/src/live-query-options.ts:21](https://github.com/TanStack/db/blob/main/packages/db/src/live-query-options.ts#L21)
