AppleSauce
    Preparing search index...

    Interface BaseNotification<TNotificationType, TNotification>

    Base notification structure

    interface BaseNotification<
        TNotificationType extends NotificationType,
        TNotification,
    > {
        notification: TNotification;
        notification_type: TNotificationType;
    }

    Type Parameters

    Index

    Properties

    notification: TNotification

    Notification data

    notification_type: TNotificationType

    Indicates the structure of the notification field