<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/firestore](./firestore.md) &gt; [/](./firestore_.md) &gt; [DocumentChange](./firestore_.documentchange.md) &gt; [type](./firestore_.documentchange.type.md)

## DocumentChange.type property

The type of change ('added', 'modified', or 'removed').

<b>Signature:</b>

```typescript
readonly type: DocumentChangeType;
```
