Skip to content

Commit

Permalink
fix(types): add sentTime to FirebaseMessagingTypes.RemoteMessage (inv…
Browse files Browse the repository at this point in the history
…ertase#3885)

[publish]
  • Loading branch information
mikehardy authored Jul 6, 2020
1 parent 31d45a9 commit 3f45def
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 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 3f45def

Please sign in to comment.