mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-02-28 12:50:38 +00:00
feat: 🎸 utils 的定义中增加对于 function 类型的支持
This commit is contained in:
parent
84ef7007de
commit
29b1dafb0f
@ -14,14 +14,4 @@ export type ExternalUtils = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export type UtilItem = InternalUtils | ExternalUtils;
|
export type UtilItem = InternalUtils | ExternalUtils;
|
||||||
export type UtilsMap = Array<
|
export type UtilsMap = UtilItem[];
|
||||||
| {
|
|
||||||
name: string;
|
|
||||||
type: 'npm';
|
|
||||||
content: NpmInfo;
|
|
||||||
}
|
|
||||||
| {
|
|
||||||
name: string;
|
|
||||||
type: '';
|
|
||||||
}
|
|
||||||
>;
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user