interface ListPipelinesWithStagesResponse {
    pipelines: PipelineStages[];
    totalCount: number;
}

Properties

pipelines: PipelineStages[]
totalCount: number