ts-retrofit
Advanced tools
Comparing version 1.2.0 to 1.2.1
import { AxiosResponse } from "axios"; | ||
export interface Response<T = any> extends AxiosResponse { | ||
export interface Response<T = any> extends AxiosResponse<T> { | ||
} | ||
@@ -4,0 +4,0 @@ export declare const nonHTTPRequestMethod: (target: any, methodName: string) => void; |
{ | ||
"name": "ts-retrofit", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "A axios based retrofit implementation for TypeScript.", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/nullcc/ts-retrofit", |
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
101606