@nestia/fetcher 2.0.0-dev.20230831-2 → 2.0.0-dev.20230831-4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,7 +18,7 @@ export interface IFetchRoute<Method extends "HEAD" | "GET" | "POST" | "PUT" | "P
18
18
  /**
19
19
  * When special status code being used.
20
20
  */
21
- status: null;
21
+ status: null | null;
22
22
  }
23
23
  export declare namespace IRoute {
24
24
  interface IBody {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nestia/fetcher",
3
- "version": "2.0.0-dev.20230831-2",
3
+ "version": "2.0.0-dev.20230831-4",
4
4
  "description": "Fetcher library of Nestia SDK",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -26,7 +26,7 @@ export interface IFetchRoute<
26
26
  /**
27
27
  * When special status code being used.
28
28
  */
29
- status: null;
29
+ status: null | null;
30
30
  }
31
31
  export namespace IRoute {
32
32
  export interface IBody {