File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -71,14 +71,14 @@ export namespace messaging {
7171 }
7272
7373 /**
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.
7676 */
7777 export type Message = TokenMessage | TopicMessage | ConditionMessage ;
7878
7979 /**
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.
8282 */
8383 export interface MulticastMessage extends BaseMessage {
8484 tokens : string [ ] ;
You can’t perform that action at this time.
0 commit comments