Skip to content

Commit 3853a85

Browse files
committed
celan up
1 parent 40254df commit 3853a85

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

web/common/src/components/Lineage/stories/ModelLineageContext.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,15 @@ import {
1818

1919
export type ModelName = Branded<string, 'ModelName'>
2020
export type ModelDisplayName = Branded<string, 'ModelDisplayName'>
21-
2221
export type ColumnName = Branded<string, 'ColumnName'>
23-
2422
export type ModelColumnID = Branded<string, 'ModelColumnID'>
2523
export type ModelEdgeId = Branded<string, 'ModelEdgeId'>
26-
2724
export type LeftHandleId = Branded<string, 'LeftHandleId'>
2825
export type RightHandleId = Branded<string, 'RightHandleId'>
29-
26+
export type ModelNodeId = LeftHandleId | RightHandleId
3027
export type LeftPortHandleId = Branded<string, 'LeftPortHandleId'>
3128
export type RightPortHandleId = Branded<string, 'RightPortHandleId'>
3229

33-
export type ModelNodeId = LeftHandleId | RightHandleId
34-
3530
export type BrandedColumnLevelLineageAdjacencyList =
3631
ColumnLevelLineageAdjacencyList<ModelName, ColumnName> & {
3732
readonly __adjacencyListKeyBrand: ModelName

0 commit comments

Comments
 (0)