MCPcopy
hub / github.com/didi/KnowStreaming / ILocaleMap

Interface ILocaleMap

km-console/packages/config-manager-fe/src/app.tsx:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11import { pageRoutes } from './pages';
12import './index.less';
13interface ILocaleMap {
14 [index: string]: any;
15}
16
17const localeMap: ILocaleMap = {
18 'zh-CN': {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected