update template
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package webextension_polyfill.notifications;
|
||||
|
||||
typedef NotificationItem = {
|
||||
/**
|
||||
Title of one item of a list notification.
|
||||
**/
|
||||
var title : String;
|
||||
/**
|
||||
Additional details about this item.
|
||||
**/
|
||||
var message : String;
|
||||
};
|
Reference in New Issue
Block a user