Skip to content

Commit

Permalink
fix(push): fix typing for additionalData
Browse files Browse the repository at this point in the history
closes #868
  • Loading branch information
ihadeed committed Jan 7, 2017
1 parent 49325e8 commit 0d6997c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/push.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export interface NotificationEventResponse {
/**
* An optional collection of data sent by the 3rd party push service that does not fit in the above properties.
*/
additionalData: NotificationEventAdditionalData;
additionalData: NotificationEventAdditionalData | any;
}

/**
Expand Down

0 comments on commit 0d6997c

Please sign in to comment.