init6
This commit is contained in:
11
shared/dist/index.js
vendored
Normal file
11
shared/dist/index.js
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* Shared 包主导出文件
|
||||
* 导出所有类型定义、schemas 和工具函数
|
||||
*/
|
||||
// 导出类型定义
|
||||
export * from './types/index.js';
|
||||
// 导出 schemas(只导出 schema 对象,不导出推断的类型)
|
||||
export { BaseUserSchema, CreateUserSchema, UpdateUserSchema, UserQuerySchema, EmailQuerySchema, UserIdSchema, } from './schemas/index.js';
|
||||
// 导出工具函数
|
||||
export * from './utils/index.js';
|
||||
//# sourceMappingURL=index.js.map
|
||||
Reference in New Issue
Block a user