MCPcopy
hub / github.com/21st-dev/magic-mcp / ThemeOptions

Interface ThemeOptions

src/tools/logo-search.ts:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5// Types for SVGL API responses
6interface ThemeOptions {
7 dark: string;
8 light: string;
9}
10
11interface SVGLogo {
12 id?: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected