MCPcopy Create free account
hub / github.com/AlariCode/top-app-demo / FirstLevelMenuItem

Interface FirstLevelMenuItem

interfaces/menu.interface.ts:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18export interface FirstLevelMenuItem {
19 route: string;
20 name: string;
21 icon: JSX.Element;
22 id: TopLevelCategory;
23}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected