Skip to content

Commit

Permalink
docs(messaging): remove duplicate title key
Browse files Browse the repository at this point in the history
Noticed by @imdkbj
Supercedes #7052
  • Loading branch information
mikehardy authored and exaby73 committed Jul 25, 2023
1 parent 061bf8a commit f6a5cfb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/messaging/lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,6 @@ export namespace FirebaseMessagingTypes {
type NotificationPayload = Notification;

export interface Notification {
/**
* The notification title.
*/
title?: string;

/**
* The native localization key for the notification title.
*/
Expand Down

0 comments on commit f6a5cfb

Please sign in to comment.