diff --git a/packages/variable-engine/variable-core/src/ast/type/custom-type.ts b/packages/variable-engine/variable-core/src/ast/type/custom-type.ts index ea7c75c2..fc175272 100644 --- a/packages/variable-engine/variable-core/src/ast/type/custom-type.ts +++ b/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 {