Soksedtha Ly
Results
1
comments of
Soksedtha Ly
As the error suggests, the types are incompatible. Here is how I would do it: ```ts import { z } from "zod"; import { startOfMinute, type StartOfMinuteOptions, } from "date-fns/startOfMinute";...