Type Alias CallBackAction

The callback to be performed once the report is done.

type CallBackAction = {
    httpRequest?: HttpRequest;
}
Index
httpRequest?: HttpRequest

Http callback. The provided uri will be called once the report is done.