@conform-to/dom
Advanced tools
Comparing version 0.8.2 to 0.9.0
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.8.2", | ||
"version": "0.9.0", | ||
"main": "index.js", | ||
@@ -9,0 +9,0 @@ "module": "index.mjs", |
export type Submission<Schema = any> = { | ||
intent: string; | ||
payload: Record<string, any>; | ||
payload: Record<string, unknown>; | ||
error: Record<string, string[]>; | ||
@@ -5,0 +5,0 @@ value?: Schema | null; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43667