9 lines
256 B
TypeScript
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';
|