We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9789e9f commit 5d387a2Copy full SHA for 5d387a2
CHANGELOG.md
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
### Fixed
11
12
- The timers didn't reset after navigation in certain cases.
13
+- Exported `FormPathType` in top export.
14
15
## [1.13.1] - 2023-12-22
16
src/lib/index.ts
@@ -37,7 +37,8 @@ export type ZodValidation<T extends AnyZodObject> =
37
export {
38
type FormPath,
39
type FormPathLeaves,
40
- type FormPathArrays
+ type FormPathArrays,
41
+ type FormPathType
42
} from './stringPath.js';
43
44
export type RawShape<T> = T extends ZodObject<infer U> ? U : never;
0 commit comments