FetcherRequestConfig: FetcherRequestOpts & {
    endpoint: string;
    method: HTTP_METHODS;
}

Generated using TypeDoc