File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
web/common/src/components/Lineage/stories Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -18,20 +18,15 @@ import {
1818
1919export type ModelName = Branded < string , 'ModelName' >
2020export type ModelDisplayName = Branded < string , 'ModelDisplayName' >
21-
2221export type ColumnName = Branded < string , 'ColumnName' >
23-
2422export type ModelColumnID = Branded < string , 'ModelColumnID' >
2523export type ModelEdgeId = Branded < string , 'ModelEdgeId' >
26-
2724export type LeftHandleId = Branded < string , 'LeftHandleId' >
2825export type RightHandleId = Branded < string , 'RightHandleId' >
29-
26+ export type ModelNodeId = LeftHandleId | RightHandleId
3027export type LeftPortHandleId = Branded < string , 'LeftPortHandleId' >
3128export type RightPortHandleId = Branded < string , 'RightPortHandleId' >
3229
33- export type ModelNodeId = LeftHandleId | RightHandleId
34-
3530export type BrandedColumnLevelLineageAdjacencyList =
3631 ColumnLevelLineageAdjacencyList < ModelName , ColumnName > & {
3732 readonly __adjacencyListKeyBrand : ModelName
You can’t perform that action at this time.
0 commit comments