MCPcopy
hub / github.com/home-assistant/frontend / Item

Interface Item

test/resources/fuseMultiTerm.test.ts:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6} from "../../src/resources/fuseMultiTerm";
7
8interface Item {
9 id: string;
10 name: string;
11 description: string;
12}
13
14const keys: FuseWeightedKey[] = [
15 { name: "name", weight: 10 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…