@devua-lab/error-serialization 1.0.1 → 1.0.2
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.
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -229,4 +229,4 @@ declare class ZodErrorPlugin extends ErrorPlugin<ZodError> {
|
|
|
229
229
|
private setNestedValue;
|
|
230
230
|
}
|
|
231
231
|
|
|
232
|
-
export { AxiosErrorPlugin, ErrorSerializer, StandardErrorPlugin, ZodErrorPlugin };
|
|
232
|
+
export { type AppErrorResponse, AxiosErrorPlugin, ErrorPlugin, ErrorSerializer, type SerializationCallback, StandardErrorPlugin, ZodErrorPlugin, type ZodSerializationOptions };
|
package/dist/index.d.ts
CHANGED
|
@@ -229,4 +229,4 @@ declare class ZodErrorPlugin extends ErrorPlugin<ZodError> {
|
|
|
229
229
|
private setNestedValue;
|
|
230
230
|
}
|
|
231
231
|
|
|
232
|
-
export { AxiosErrorPlugin, ErrorSerializer, StandardErrorPlugin, ZodErrorPlugin };
|
|
232
|
+
export { type AppErrorResponse, AxiosErrorPlugin, ErrorPlugin, ErrorSerializer, type SerializationCallback, StandardErrorPlugin, ZodErrorPlugin, type ZodSerializationOptions };
|