Interface RequestArgs

RequestArgs

interface RequestArgs {
    options: AxiosRequestConfig;
    url: string;
}

Properties

Properties

options: AxiosRequestConfig
url: string