Type Alias HttpRequest

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

type HttpRequest = {
    uri?: string;
}
Index

Properties

Properties

uri?: string

URI of the request.