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

Interface IntegrationStatusProps

src/components/IntegrationStatus.tsx:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14interface IntegrationStatusProps {
15 integrations: Integration[] | null;
16}
17
18const iconMap: Record<string, React.ComponentType<{ className?: string }>> = {
19 MessageCircle,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected