mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
Added the definition of the "axios-cancel" package
This commit is contained in:
parent
2a2feb117c
commit
3fc334203e
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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user