6 lines
79 B
TypeScript
6 lines
79 B
TypeScript
/**
|
|
* Core data models and interfaces
|
|
*/
|
|
|
|
export * from './common-types.js';
|