RequestArgs

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

Properties

Properties

url: string