export const checklistActivitySchema = z.object({
  checklistId: z.string(),
  date: z.number(),
  id: z.string(),
  userId: z.string(),