feat(schedule): accept RRULE expressions #348
Annotations
4 errors
|
test
Process completed with exit code 2.
|
|
test
Type '{ error: "Keys missing from Zod schema"; keys: "kind"; }' does not satisfy the constraint 'true'.
|
|
test
Type 'ZodObject<{ ok: ZodLiteral<true>; result: ZodArray<ZodObject<{ name: ZodString; key: ZodString; cron: ZodString; timezone: ZodString; data: ZodOptional<ZodType<HttpJsonRecord, unknown, $ZodTypeInternals<...>>>; options: ZodOptional<...>; }, $strip>>; }, $strip>' is not assignable to type 'ZodType<HttpGetSchedulesResponse, unknown, $ZodTypeInternals<HttpGetSchedulesResponse, unknown>>'.
|
|
test
Type 'ZodObject<{ name: ZodString; key: ZodString; cron: ZodString; timezone: ZodString; data: ZodOptional<ZodType<HttpJsonRecord, unknown, $ZodTypeInternals<HttpJsonRecord, unknown>>>; options: ZodOptional<...>; }, $strip>' does not satisfy the expected type 'ZodType<HttpSchedule, unknown, $ZodTypeInternals<HttpSchedule, unknown>>'.
|