Jelajahi Sumber

fix: ci ts error

sanmaopep 10 bulan lalu
induk
melakukan
b76574c684

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

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