mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 01:21:58 +00:00
Merge branch feat/function-util into release/1.0.28
Title: feat: 🎸 utils 的定义中增加对于 function 类型的支持 详见提案: <https://yuque.antfin-inc.com/ali-lowcode/hbd2px/piuzn1> Link: https://code.aone.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/codereview/4455443
This commit is contained in:
commit
c3bbb7354d
@ -14,14 +14,4 @@ export type ExternalUtils = {
|
||||
};
|
||||
|
||||
export type UtilItem = InternalUtils | ExternalUtils;
|
||||
export type UtilsMap = Array<
|
||||
| {
|
||||
name: string;
|
||||
type: 'npm';
|
||||
content: NpmInfo;
|
||||
}
|
||||
| {
|
||||
name: string;
|
||||
type: '';
|
||||
}
|
||||
>;
|
||||
export type UtilsMap = UtilItem[];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user