@nevermined-io/payments
    Preparing search index...

    Interface TaskPushNotificationConfig

    The parameters for setting the push notification configuration.

    interface TaskPushNotificationConfig {
        pushNotificationConfig: PushNotificationConfig1;
        taskId: string;
    }
    Index

    Properties

    pushNotificationConfig: PushNotificationConfig1
    taskId: string

    The ID of the task.