Skip to content

Commit 30bfd36

Browse files
authored
Merge pull request #135 from Snailed/export-idoption-type
Export `IDOption` type
2 parents 29184c8 + 148080a commit 30bfd36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firestore/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import firebase from 'firebase/app';
22
import { LoadingHook } from '../util';
33

4-
type IDOptions<T> = {
4+
export type IDOptions<T> = {
55
idField?: string;
66
refField?: string;
77
snapshotOptions?: firebase.firestore.SnapshotOptions;

0 commit comments

Comments
 (0)