Skip to content

Variable: deleteScheduleRequestSchema

const deleteScheduleRequestSchema: ZodObject<{ dashboard_id: ZodString; etag: ZodOptional<ZodString>; schedule_id: ZodString; }, $strip>