Type alias EndpointOptions

EndpointOptions: RequestParameters & {
    method: RequestMethod;
    url: Url;
}

Type declaration