MCPcopy Create free account
hub / github.com/Qinbf/groundmap / Props

Interface Props

tools/debug-console/components/ModePicker.tsx:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import type { TranslationKey } from "@/lib/i18n";
5
6interface Props {
7 mode: QueryMode;
8 onChange: (mode: QueryMode) => void;
9}
10
11const MODE_DESC_KEY: Record<QueryMode, TranslationKey> = {
12 quick: "mode.quick.desc",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected