mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-01-12 17:42:24 +08:00
fix(messaging): added missing from property in Remote Message type (#4030)
[publish] Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
This commit is contained in:
5
packages/messaging/lib/index.d.ts
vendored
5
packages/messaging/lib/index.d.ts
vendored
@@ -84,7 +84,10 @@ export namespace FirebaseMessagingTypes {
|
||||
* The message type of the message.
|
||||
*/
|
||||
messageType?: string;
|
||||
|
||||
/**
|
||||
* The topic name or message identifier.
|
||||
*/
|
||||
from?: string;
|
||||
/**
|
||||
* The address for the message.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user