@juki-team/commons - v0.1.10
    Preparing search index...

    Type Alias RunnerNextRequest

    type RunnerNextRequest = {
        body: string;
        method: HTTPMethod;
        type: "request";
        url: string;
    }
    Index

    Properties

    Properties

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