mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-06 22:19:25 +08:00
6 lines
137 B
TypeScript
6 lines
137 B
TypeScript
import { MagicAttributeModel } from '@nocobase/database';
|
|
|
|
class UiSchemaModel extends MagicAttributeModel {}
|
|
|
|
export { UiSchemaModel };
|