File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -71,14 +71,14 @@ export namespace messaging {
71
71
}
72
72
73
73
/**
74
- * Payload for the admin.messaging.send() operation. The payload contains all the fields
75
- * in the BaseMessage type, and exactly one of token, topic or condition.
74
+ * Payload for the ` admin.messaging.send()` operation. The payload contains all the fields
75
+ * in the ` BaseMessage` type, and exactly one of token, topic or condition.
76
76
*/
77
77
export type Message = TokenMessage | TopicMessage | ConditionMessage ;
78
78
79
79
/**
80
- * Payload for the admin.messaing .sendMulticast() method. The payload contains all the fields
81
- * in the BaseMessage type, and a list of tokens.
80
+ * Payload for the ` admin.messaging .sendMulticast()` method. The payload contains all the fields
81
+ * in the ` BaseMessage` type, and a list of tokens.
82
82
*/
83
83
export interface MulticastMessage extends BaseMessage {
84
84
tokens : string [ ] ;
You can’t perform that action at this time.
0 commit comments