diff --git a/firestore/types.ts b/firestore/types.ts index 11f0154..0f3476d 100644 --- a/firestore/types.ts +++ b/firestore/types.ts @@ -1,7 +1,7 @@ import firebase from 'firebase/app'; import { LoadingHook } from '../util'; -type IDOptions = { +export type IDOptions = { idField?: string; refField?: string; snapshotOptions?: firebase.firestore.SnapshotOptions;