UNPKG

@catladder/pipeline

Version:

Panter workflow for cloud CI/CD and DevOps

9 lines 334 B
import type { ComponentContext } from "../types"; export declare const getLabels: (context: ComponentContext) => { "customer-name": string | undefined; "component-name": string | undefined; "app-name": string | undefined; "env-type": string | undefined; "env-name": string | undefined; "build-type": string | undefined; };