sanmaopep 10 месяцев назад
Родитель
Сommit
b76574c684

+ 1 - 1
packages/variable-engine/variable-core/src/ast/type/custom-type.ts

@@ -1,6 +1,6 @@
 import { parseTypeJsonOrKind } from '../utils/helpers';
 import { ASTKind, ASTNodeJSONOrKind } from '../types';
-import { UnionJSON } from '../../../dist';
+import { type UnionJSON } from './union';
 import { BaseType } from './base-type';
 
 export interface CustomTypeJSON {