UNPKG

wordpress-api

Version:
3 lines (2 loc) 155 B
import { AxiosRequestConfig, AxiosResponse } from 'axios'; export declare type RequestHandler = (options: AxiosRequestConfig) => Promise<AxiosResponse>;