UNPKG

voluptasmollitia

Version:
14 lines (8 loc) 460 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@firebase/firestore](./firestore.md) &gt; [/](./firestore_.md) &gt; [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'; ```