Skip to content

Commit d0129bb

Browse files
authored
chore(vscode): improving typing (#4420)
1 parent d734869 commit d0129bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • vscode/react/src/components/graph

vscode/react/src/components/graph/help.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ import {
1515
EnumLineageNodeModelType,
1616
type LineageNodeModelType,
1717
} from './ModelNode'
18+
import type { Lineage } from '@/domain/lineage'
19+
import type { ConnectedNode } from '@/workers/lineage'
1820

19-
type Lineage = any
2021
type ModelSQLMeshModel = any
21-
type ConnectedNode = any
2222

2323
export interface GraphNodeData {
2424
label: string

0 commit comments

Comments
 (0)