@4lch4/axios-aid
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -8,5 +8,5 @@ import { AxiosBasicCredentials } from "axios"; | ||
export interface RequestPayload { | ||
params: Object; | ||
data: Object; | ||
params?: Object; | ||
data?: Object; | ||
} | ||
export declare type RequestMethod = 'get' | 'GET' | 'delete' | 'DELETE' | 'head' | 'HEAD' | 'options' | 'OPTIONS' | 'post' | 'POST' | 'put' | 'PUT' | 'patch' | 'PATCH' | 'link' | 'LINK' | 'unlink' | 'UNLINK'; |
{ | ||
"name": "@4lch4/axios-aid", | ||
"displayName": "AxiosAid", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "A lightweight wrapper around Axios for type data and ease of use.", | ||
@@ -6,0 +6,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3810