Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixed type
  • Loading branch information
rscotten committed Feb 3, 2020
commit 6961080e14c3db8c58ecb9bb2be6f04d26044488
7 changes: 6 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,12 @@ export interface ReduxFirestoreQuerySetting {
* Collection name
* @see https://github.com/prescottprue/redux-firestore#collection
*/
collection: string
collection?: string
/**
* Collection Group name
* @see https://github.com/prescottprue/redux-firestore#collection-group
*/
collectionGroup?: string
/**
* Document id
* @see https://github.com/prescottprue/redux-firestore#document
Expand Down