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.
1 parent aeadd15 commit 148080aCopy full SHA for 148080a
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