You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nativeEnum: "A" | "apple" | "banana" | "cantaloupe" | 5;
63
63
lazy: SomeType;
64
64
discUnion: {
@@ -127,15 +127,15 @@ exports[`zod-to-ts > Issue #2352: intersection of objects having same prop %# >
127
127
"{
128
128
query: string;
129
129
}&{
130
-
query?:string|undefined;
130
+
query?:string;
131
131
}"
132
132
`;
133
133
134
134
exports[`zod-to-ts > Issue #2352: intersection of objects having same prop %# > should not flatten the result for objects with a conflicting prop 3 1`] =`
0 commit comments