MCPcopy
hub / github.com/HalseySpicy/Hooks-Admin / MetaProps

Interface MetaProps

src/routers/interface/index.ts:1–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface MetaProps {
2 keepAlive?: boolean;
3 requiresAuth?: boolean;
4 title: string;
5 key?: string;
6}
7
8export interface RouteObject {
9 caseSensitive?: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected