UNPKG

259 BTypeScriptView Raw
1export declare const DeployEnablementRootType = "SdmDeployEnablement";
2export interface SdmDeployEnablement {
3 state: "requested" | "disabled";
4 owner: string;
5 repo: string;
6 providerId: string;
7}
8//# sourceMappingURL=sdmDeployEnablement.d.ts.map
\No newline at end of file