import type { Annotation, PipeSegment, SourceDef } from '../../../model/malloy_types'; export interface PipelineComp { outputStruct: SourceDef; pipeline: PipeSegment[]; annotation?: Annotation; name?: string; }