UNPKG

210 BTypeScriptView Raw
1export declare const DeployEnablementRootType = "SdmDeployEnablement";
2export interface SdmDeployEnablement {
3 state: "requested" | "disabled";
4 owner: string;
5 repo: string;
6 providerId: string;
7}