Skip to content

Commit 8d4e6a4

Browse files
authored
Merge branch 'master' into make-v25
2 parents 9bd32f5 + 0f97ee7 commit 8d4e6a4

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

express-zod-api/tests/__snapshots__/zts.spec.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ exports[`zod-to-ts > Example > should produce the expected results 1`] = `
7373
y: number;
7474
};
7575
branded: string;
76-
catch?: number | undefined;
76+
catch: number;
7777
pipeline: string;
7878
readonly: string;
7979
}"

pnpm-lock.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)