diff --git a/index.d.ts b/index.d.ts index 065f34b..d4af499 100644 --- a/index.d.ts +++ b/index.d.ts @@ -29,6 +29,8 @@ export type Method = | 'post' | 'POST' | 'put' | 'PUT' | 'patch' | 'PATCH' + | 'link' | 'LINK' + | 'unlink' | 'UNLINK' export type ResponseType = | 'arraybuffer'