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

Interface CronJobCardProps

src/components/CronJobCard.tsx:52–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52interface CronJobCardProps {
53 job: CronJob;
54 onToggle: (id: string, enabled: boolean) => void;
55 onSavePrompt: (id: string, prompt: string) => Promise<void>;
56 onDelete: (id: string) => void;
57 onRun: (id: string) => void;
58}
59
60const AGENT_EMOJIS: Record<string, string> = {
61 main: "🤖",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected