mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
Adding Typescript HTTP method definition for LINK and UNLINK. (#2444)
This commit is contained in:
committed by
Yasu Flores
parent
fa68fd30c3
commit
b0afbedf1b
Vendored
+2
@@ -29,6 +29,8 @@ export type Method =
|
|||||||
| 'post' | 'POST'
|
| 'post' | 'POST'
|
||||||
| 'put' | 'PUT'
|
| 'put' | 'PUT'
|
||||||
| 'patch' | 'PATCH'
|
| 'patch' | 'PATCH'
|
||||||
|
| 'link' | 'LINK'
|
||||||
|
| 'unlink' | 'UNLINK'
|
||||||
|
|
||||||
export type ResponseType =
|
export type ResponseType =
|
||||||
| 'arraybuffer'
|
| 'arraybuffer'
|
||||||
|
|||||||
Reference in New Issue
Block a user