| 9 | } |
| 10 | |
| 11 | interface SVGLogo { |
| 12 | id?: number; |
| 13 | title: string; |
| 14 | category: string | string[]; |
| 15 | route: string | ThemeOptions; |
| 16 | wordmark?: string | ThemeOptions; |
| 17 | brandUrl?: string; |
| 18 | url: string; |
| 19 | } |
| 20 | |
| 21 | const LOGO_TOOL_NAME = "logo_search"; |
| 22 | const LOGO_TOOL_DESCRIPTION = ` |
nothing calls this directly
no outgoing calls
no test coverage detected