MCPcopy Create free account
hub / github.com/2234839/TsFullStack / BaseModuleConfig

Interface BaseModuleConfig

packages/shared-frontend/src/types/index.ts:2–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// ABOUTME: 共享类型定义
2export interface BaseModuleConfig {
3 name: string;
4 version: string;
5 enabled: boolean;
6}
7
8export interface ModuleFrontendConfig extends BaseModuleConfig {
9 routes?: import('../utils/routeUtil').RouteTree;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected