@modular-forms/solid
Advanced tools
Comparing version 0.9.0 to 0.9.1
@@ -194,6 +194,6 @@ import { ZodType } from 'zod'; | ||
*/ | ||
type Response = { | ||
type Response = Partial<{ | ||
status: ResponseStatus; | ||
message: string; | ||
} | {}; | ||
}>; | ||
/** | ||
@@ -200,0 +200,0 @@ * Value type of the validation mode. |
{ | ||
"name": "@modular-forms/solid", | ||
"description": "The modular form library for SolidJS", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "author": "Fabian Hiller", |
138873