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

Properties

totalCount: number