Skip to content

Commit b75239f

Browse files
committed
persistent_cache_index_manager.ts: add docs for PersistentCacheIndexManager.type
1 parent 1b6c95b commit b75239f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/firestore/src/api/persistent_cache_index_manager.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ import { ensureFirestoreConfigured, Firestore } from './database';
3232
* To use, call `getPersistentCacheIndexManager()` to get an instance.
3333
*/
3434
export class PersistentCacheIndexManager {
35+
/** A type string to uniquely identify instances of this class. */
3536
readonly type: 'PersistentCacheIndexManager' = 'PersistentCacheIndexManager';
3637

3738
/** @hideconstructor */

0 commit comments

Comments
 (0)