interface RepublishResponseOptions {
    notificationMessage?: NotificationMessageOptions;
    responseHeader?: ResponseHeaderOptions;
}

Properties

notificationMessage?: NotificationMessageOptions
responseHeader?: ResponseHeaderOptions