We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc3e493 commit 84ab97eCopy full SHA for 84ab97e
1 file changed
vscode/react/src/components/graph/ModelColumns.tsx
@@ -45,8 +45,7 @@ import { useLineageFlow } from './context'
45
import { Popover, Transition } from '@headlessui/react'
46
import { useApiColumnLineage } from '@/api/index'
47
import SourceList from '@/components/sourceList/SourceList'
48
-
49
-type Lineage = any
+import type { Lineage } from '@/domain/lineage'
50
51
export default function ModelColumns({
52
nodeId,
0 commit comments