UNPKG

@atomist/sdm-core

Version:

Atomist Software Delivery Machine - Implementation

8 lines 259 B
export declare const DeployEnablementRootType = "SdmDeployEnablement"; export interface SdmDeployEnablement { state: "requested" | "disabled"; owner: string; repo: string; providerId: string; } //# sourceMappingURL=sdmDeployEnablement.d.ts.map