Skip to content

Commit af53f1a

Browse files
committed
testing_hooks.ts: add @internal tag to ExistenceFilterMismatchInfo
1 parent 739f13d commit af53f1a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/firestore/src/util/testing_hooks.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ export class TestingHooks {
9191
/**
9292
* The shape of the object specified to
9393
* `TestingUtils.onExistenceFilterMismatch()` callbacks.
94+
*
95+
* @internal
9496
*/
9597
export interface ExistenceFilterMismatchInfo {
9698
actualCount: number;

0 commit comments

Comments
 (0)