refactor: 简化schema结构,更新AGENTS.md
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import type { Entity } from '../core';
|
||||
|
||||
// TODO: 数据库数据源, 暂不实现
|
||||
export interface DataSourceByDatabase extends Entity {
|
||||
type: 'database';
|
||||
}
|
||||
Reference in New Issue
Block a user