voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 460 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/firestore](./firestore.md) > [/](./firestore_.md) > [DocumentChangeType](./firestore_.documentchangetype.md)
## DocumentChangeType type
The type of a `DocumentChange` may be 'added', 'removed', or 'modified'.
<b>Signature:</b>
```typescript
export declare type DocumentChangeType = 'added' | 'removed' | 'modified';
```