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

Interface ActivitiesResponse

src/components/ActivityFeed.tsx:31–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31interface ActivitiesResponse {
32 activities: Activity[];
33 total: number;
34 limit: number;
35 offset: number;
36 hasMore: boolean;
37}
38
39const typeConfig: Record<string, {
40 icon: React.ComponentType<{ className?: string; style?: React.CSSProperties }>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected