mirror of
https://github.com/tenrok/axios.git
synced 2026-05-30 15:24:11 +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'
|
||||
| 'put' | 'PUT'
|
||||
| 'patch' | 'PATCH'
|
||||
| 'link' | 'LINK'
|
||||
| 'unlink' | 'UNLINK'
|
||||
|
||||
export type ResponseType =
|
||||
| 'arraybuffer'
|
||||
|
||||
Reference in New Issue
Block a user