Skip to content

Commit

Permalink
fix(types): add sentTime to FirebaseMessagingTypes.RemoteMessage (#3885)
Browse files Browse the repository at this point in the history
[publish]
  • Loading branch information
mikehardy authored Jul 6, 2020
1 parent 81200c6 commit 0b87a15
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/messaging/lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@ export namespace FirebaseMessagingTypes {
*/
ttl?: number;

/**
* The time the message was sent, in milliseconds since the start of unix epoch
*/
sentTime?: number;

/**
* Any additional data sent with the message.
*/
Expand Down

0 comments on commit 0b87a15

Please sign in to comment.