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

Interface FooterConfig

src/config/configTypes.ts:153–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153export interface FooterConfig {
154 description: string;
155 sections: {
156 title: string;
157 links: { text: string; href: string }[];
158 }[];
159}
160
161export interface StripeConfig {
162 prices: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected