OneSDK
    Preparing search index...

    Interface NotificationAction

    interface NotificationAction {
        data: { message: string; type: string };
        type: "notification";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    data: { message: string; type: string }
    type: "notification"