Interface ICallbackAction

interface ICallbackAction {
    httpRequest: {
        uri: string;
    };
}

Properties

Properties

httpRequest: {
    uri: string;
}

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

Type declaration

  • uri: string

    URI of the request