@catladder/pipeline
Version:
Panter workflow for cloud CI/CD and DevOps
4 lines • 326 B
TypeScript
import { type StringOrBashExpression } from "../bash/BashExpression";
import type { PipelineType } from "../types";
import type { EnvConfigWithComponent } from "../types/config";
export declare const getReviewSlug: (envConfig: EnvConfigWithComponent, env: string, pipelineType?: PipelineType) => StringOrBashExpression | null;