fix(types): add sentTime to FirebaseMessagingTypes.RemoteMessage (#3885)

[publish]
This commit is contained in:
Mike Hardy
2020-07-06 04:12:00 -05:00
committed by GitHub
parent 81200c6626
commit 0b87a15de0

View File

@@ -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.
*/