We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29184c8 + 148080a commit 30bfd36Copy full SHA for 30bfd36
firestore/types.ts
@@ -1,7 +1,7 @@
1
import firebase from 'firebase/app';
2
import { LoadingHook } from '../util';
3
4
-type IDOptions<T> = {
+export type IDOptions<T> = {
5
idField?: string;
6
refField?: string;
7
snapshotOptions?: firebase.firestore.SnapshotOptions;
0 commit comments