MCPcopy
hub / github.com/linuxfoundation/crowd.dev / MenuLinkParams

Interface MenuLinkParams

frontend/src/modules/layout/types/MenuLink.ts:1–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface MenuLinkParams {
2 user: any,
3 tenant: any,
4}
5
6export interface MenuLink {
7 id: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected