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

Interface TestimonialsGridConfig

src/config/configTypes.ts:128–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128export interface TestimonialsGridConfig {
129 tweetLink: string | null;
130 profileName: string;
131 profileDesc:string;
132 description: string;
133 image: string;
134 feedback: string;
135 link: string;
136 platform: string;
137 showStars?: boolean;
138 starCount?: number
139}
140
141export interface FAQConfig {
142 heading: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected