Mykhailo Ivankiv

Results 1 comments of Mykhailo Ivankiv

@oyatek It breaks the composition ### Example 1 Let's imagine that we have a reusable type utility: ```typescript // utils/reusableSchema.ts export const activeDateTimes = z .object({ activeFromDateTime: z.string().datetime().optional(), activeToDateTime: z.string().datetime().optional(),...