| 1 | import { defineAction } from "@agent-native/core"; |
| 2 | import { z } from "zod"; |
| 3 | import { assertAccess } from "@agent-native/core/sharing"; |
| 4 | import { deleteSchedule } from "../server/schedules-repo.js"; |
nothing calls this directly
no test coverage detected