We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de43c2a + fe2febb commit 8b2257dCopy full SHA for 8b2257d
src/index.ts
@@ -1,7 +1,7 @@
1
import deparam from 'deparam';
2
3
interface INetworkRequestResponse {
4
- body: any; // POJO or a JSON stringify equalivant
+ body?: any; // POJO or a JSON stringify equalivant
5
method: string;
6
headers: object;
7
}
0 commit comments