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

Interface ButtonConfig

src/config/configTypes.ts:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13export interface ButtonConfig {
14 buttonText: string;
15 btnLink: string;
16 buttonClass: string;
17}
18
19export interface NoteConfig {
20 note: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected