mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-04 17:20:09 +00:00
Added the definition of the "axios-cancel" package
This commit is contained in:
6
types/axios-cancel/index.d.ts
vendored
6
types/axios-cancel/index.d.ts
vendored
@@ -9,9 +9,7 @@ import axios from "axios";
|
||||
declare module 'axios' {
|
||||
export interface AxiosRequestConfig {
|
||||
requestId?: string
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
function axiosCancel(a: typeof axios): void;
|
||||
|
||||
export default axiosCancel;
|
||||
export =function (a: typeof axios): void;
|
||||
|
||||
Reference in New Issue
Block a user