Skip to content

Commit

Permalink
fix(GeoFirestoreTypes): DocumentChange doc should return QueryDocum…
Browse files Browse the repository at this point in the history
…entSnapshot
  • Loading branch information
MichaelSolati committed Jan 2, 2019
1 parent 27803b3 commit 3b2e5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GeoFirestoreTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export namespace GeoFirestoreTypes {
}
export type DocumentData = { [field: string]: any } | undefined;
export interface DocumentChange {
doc: DocumentData;
doc: QueryDocumentSnapshot;
newIndex: number;
oldIndex: number;
type: 'added' | 'modified' | 'removed';
Expand Down

0 comments on commit 3b2e5d6

Please sign in to comment.