mirror of
https://gitee.com/ByteDance/flowgram.ai.git
synced 2025-07-07 17:43:29 +08:00
fix: ci ts error
This commit is contained in:
parent
094c711219
commit
b76574c684
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user