MCPcopy Create free account
hub / github.com/chiragksharma/BuildFast / FAQConfig

Interface FAQConfig

src/config/configTypes.ts:141–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141export interface FAQConfig {
142 heading: string;
143 questions: { question: string; answer: string }[];
144}
145
146export interface CTAConfig {
147 heading: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected