
jsMain.web.notifications.NotificationAction.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package web.notifications
sealed external interface NotificationAction {
var action: String
var icon: String?
var title: String
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy