export interface ActivePipeline { pipelineIsRunning: boolean; projectUUID?: string | null; lastProcessCompleteCount: number | null; error: any; }