UNPKG

@redhare/lowcode-types

Version:

Types for Ali lowCode engine

6 lines (5 loc) 200 B
import { IPublicTypePluginMeta, IPublicTypePluginCreater } from './'; export interface IPublicTypePlugin extends IPublicTypePluginCreater { pluginName: string; meta?: IPublicTypePluginMeta; }