interface IncomingRequestEvent {
    isNew: boolean;
    type: "incomingRequest";
    webRequest: WebRequest;
}

Properties

Properties

isNew: boolean
type: "incomingRequest"
webRequest: WebRequest