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

Interface HeaderConfig

src/config/configTypes.ts:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24export interface HeaderConfig {
25 title: string;
26 subtitle: string;
27}
28
29export interface NavbarConfig {
30 links: { text: string; href: string }[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected