MCPcopy Create free account
hub / github.com/Fibi66/FeiControl / CronWeeklyTimelineProps

Interface CronWeeklyTimelineProps

src/components/CronWeeklyTimeline.tsx:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86interface CronWeeklyTimelineProps {
87 jobs: CronJob[];
88}
89
90export function CronWeeklyTimeline({ jobs }: CronWeeklyTimelineProps) {
91 const now = useMemo(() => new Date(), []);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected