@getalby/sdk
    Preparing search index...

    Type Alias Nip47Notification

    Nip47Notification:
        | {
            notification: Nip47Transaction;
            notification_type: "payment_received";
        }
        | { notification: Nip47Transaction; notification_type: "payment_sent" }