refactor: 将 /core 重命名为 /shared
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { Entity } from '../core';
|
||||
import type { Entity } from '../shared';
|
||||
|
||||
// TODO: 数据库数据源, 暂不实现
|
||||
export interface DataSourceByDatabase extends Entity {
|
||||
|
||||
Reference in New Issue
Block a user