AppleSauce
Preparing search index...
applesauce-wallet-connect
Helpers
BaseNotification
Interface BaseNotification<TNotificationType, TNotification>
Base notification structure
interface
BaseNotification
<
TNotificationType
extends
NotificationType
,
TNotification
,
>
{
notification
:
TNotification
;
notification_type
:
TNotificationType
;
}
Type Parameters
TNotificationType
extends
NotificationType
TNotification
Index
Properties
notification
notification_
type
Properties
notification
notification
:
TNotification
Notification data
notification_
type
notification_type
:
TNotificationType
Indicates the structure of the notification field
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
notification
notification_
type
AppleSauce
Loading...
Base notification structure