@favid-inc/api
Advanced tools
Comparing version 3.5.16 to 3.5.17
@@ -53,3 +53,3 @@ import { AxiosRequestConfig, AxiosResponse } from "axios"; | ||
} | ||
declare type Response = AxiosResponse & ({ | ||
declare type Response = AxiosResponse<void> & ({ | ||
status: 200; | ||
@@ -56,0 +56,0 @@ data: { |
@@ -23,3 +23,3 @@ import { AxiosRequestConfig, AxiosResponse } from "axios"; | ||
}; | ||
declare type Response = AxiosResponse & ({ | ||
declare type Response = AxiosResponse<void> & ({ | ||
status: 200; | ||
@@ -26,0 +26,0 @@ data: { |
@@ -21,3 +21,3 @@ import { AxiosRequestConfig, AxiosResponse } from "axios"; | ||
}; | ||
declare type Response = AxiosResponse & { | ||
declare type Response = AxiosResponse<void> & { | ||
status: 200; | ||
@@ -24,0 +24,0 @@ data: { |
{ | ||
"name": "@favid-inc/api", | ||
"version": "3.5.16", | ||
"version": "3.5.17", | ||
"description": "API for Favid Project", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/favid-inc/api#readme", |
15313