UNPKG

@atomist/sdm

Version:

Atomist Software Delivery Machine SDK

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