Skip to content

Commit 5d387a2

Browse files
committed
Exported FormPathType
1 parent 9789e9f commit 5d387a2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Fixed
1111

1212
- The timers didn't reset after navigation in certain cases.
13+
- Exported `FormPathType` in top export.
1314

1415
## [1.13.1] - 2023-12-22
1516

src/lib/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ export type ZodValidation<T extends AnyZodObject> =
3737
export {
3838
type FormPath,
3939
type FormPathLeaves,
40-
type FormPathArrays
40+
type FormPathArrays,
41+
type FormPathType
4142
} from './stringPath.js';
4243

4344
export type RawShape<T> = T extends ZodObject<infer U> ? U : never;

0 commit comments

Comments
 (0)