nextemos 3.4.0 → 3.4.1

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.
@@ -79,7 +79,7 @@ export interface IResponse {
79
79
  /**
80
80
  * API yanıtının durum kodunu temsil eden bir dize. Bu, belirli başarı veya hata kodlarını iletmek için kullanılabilir.
81
81
  */
82
- statusCode: string | number;
82
+ statusCode: number;
83
83
  /**
84
84
  * Yanıt hakkında ek bilgiler sağlayan bir mesaj. Bu, hata mesajları veya başarı teyitleri için kullanılabilir.
85
85
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nextemos",
3
- "version": "3.4.0",
3
+ "version": "3.4.1",
4
4
  "description": "For helpers and hooks used in NextJS projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",