Type alias RunnerNextRequestType

RunnerNextRequestType: {
    body: string;
    method: HTTPMethod;
    type: "request";
    url: string;
}

Type declaration

  • body: string
  • method: HTTPMethod
  • type: "request"
  • url: string