/** * 通用类型定义 * @description 导出项目中共享的类型定义,减少重复 */ export * from './common'; export * from './message';