Read-only dashboard: every workspace's declared schedule + last/next-due.
()
| 35 | export const scheduleApi = { |
| 36 | /** Read-only dashboard: every workspace's declared schedule + last/next-due. */ |
| 37 | async get(): Promise<ScheduleSnapshot> { |
| 38 | return fetchJson<ScheduleSnapshot>('/api/schedule') |
| 39 | }, |
| 40 | } |
nothing calls this directly
no test coverage detected