Files
KateLegend2_proj/assets/scripts/data/index.ts
T
2026-05-06 08:17:32 +08:00

9 lines
256 B
TypeScript

/**
* Data layer — TypeScript interfaces, data-driven JSON loaders, and schema
* validators. See `Interfaces.ts` for the contract and `ConfigMgr.ts` for
* the runtime loader + validator.
*/
export * from './Interfaces';
export * from './ConfigMgr';