Defines FCM push message’s notification structure.
t() :: %Express.FCM.PushMessage.Notification{badge: pos_integer, body: String.t, category: String.t, click_action: String.t, icon: String.t, sound: String.t, title: String.t}