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

Interface Integration

src/components/IntegrationStatus.tsx:6–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { formatDistanceToNow } from "date-fns";
5
6interface Integration {
7 id: string;
8 name: string;
9 status: "connected" | "disconnected" | "configured" | "not_configured";
10 icon: string;
11 lastActivity: string | null;
12}
13
14interface IntegrationStatusProps {
15 integrations: Integration[] | null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected