refactor: 重构DisputeResolverService和DIDHandshakeService fix: 修复SovereignWealthFundService中的表名错误 docs: 更新AI模块清单和任务总览文档 chore: 添加多个README文件说明项目结构 style: 优化logger日志输出格式 perf: 改进RecommendationService的性能和类型安全 test: 添加DomainBootstrap和test-domain-bootstrap测试文件 build: 配置dashboard的umi相关文件 ci: 添加GitHub工作流配置
8 lines
166 B
TypeScript
8 lines
166 B
TypeScript
// This file is generated by Umi automatically
|
|
// DO NOT CHANGE IT MANUALLY!
|
|
// Created by Umi Plugin
|
|
|
|
export interface IConfigFromPluginsJoi {
|
|
stagewise?: unknown
|
|
}
|