MCPcopy
hub / github.com/agentsmd/agents.md / FAQItem

Interface FAQItem

components/FAQSection.tsx:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import CodeExample from "@/components/CodeExample";
4
5interface FAQItem {
6 question: string;
7 answer: React.ReactNode;
8}
9
10export default function FAQ() {
11 const faqItems: FAQItem[] = [

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected