| 66 | const DEFAULT_COLUMN_PADDING = 40; |
| 67 | |
| 68 | export interface LineageViewProps { |
| 69 | target: Artifact; |
| 70 | cardWidth?: number; |
| 71 | columnPadding?: number; |
| 72 | buildResourceDetailsPageRoute(resource: LineageResource, typeName: string): string; |
| 73 | } |
| 74 | |
| 75 | interface LineageViewState { |
| 76 | loading: boolean; |
no outgoing calls
no test coverage detected