<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/firestore](./firestore.md) &gt; [lite](./firestore_lite.md) &gt; [Query](./firestore_lite.query.md) &gt; [type](./firestore_lite.query.type.md)

## Query.type property

The type of this Firestore reference.

<b>Signature:</b>

```typescript
readonly type: 'query' | 'collection';
```
