6 lines
137 B
TypeScript
6 lines
137 B
TypeScript
import { MagicAttributeModel } from '@nocobase/database';
|
|
|
|
class UiSchemaModel extends MagicAttributeModel {}
|
|
|
|
export { UiSchemaModel };
|