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

Interface HealthMeta

src/components/CronJobCard.tsx:90–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88type Tone = "neutral" | "accent" | "success" | "warning" | "error";
89
90interface HealthMeta {
91 label: string;
92 tone: Tone;
93 detailLine: string;
94 timestampLabel: string;
95}
96
97function getAgentEmoji(agentId: string): string {
98 return AGENT_EMOJIS[agentId] || "🤖";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected