@apple/app-store-server-library
    Preparing search index...

    Interface SendTestNotificationResponse

    A response that contains the test notification token.

    SendTestNotificationResponse

    interface SendTestNotificationResponse {
        testNotificationToken?: string;
    }
    Index

    Properties

    testNotificationToken?: string

    A unique identifier for a notification test that the App Store server sends to your server.

    testNotificationToken