@octokit/types
    Preparing search index...

    Interface RequestOptions

    Generic request options as they are returned by the endpoint() method

    interface RequestOptions {
        body?: any;
        headers: RequestHeaders;
        method: RequestMethod;
        request?: RequestRequestOptions;
        url: string;
    }
    Index

    Properties

    body?: any
    url: string