2
0
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:
Marlon Barcarol
2019-11-04 03:29:51 +00:00
committed by Yasu Flores
parent fa68fd30c3
commit b0afbedf1b
Vendored
+2
View File
@@ -29,6 +29,8 @@ export type Method =
| 'post' | 'POST'
| 'put' | 'PUT'
| 'patch' | 'PATCH'
| 'link' | 'LINK'
| 'unlink' | 'UNLINK'
export type ResponseType =
| 'arraybuffer'