fix: ci ts error

This commit is contained in:
sanmaopep 2025-03-10 11:34:37 +08:00
parent 094c711219
commit b76574c684

View File

@ -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 {