UNPKG

@topgroup/diginext

Version:

A BUILD SERVER & CLI to deploy apps to any Kubernetes clusters.

19 lines 393 B
interface Commit { sha: string; url: string; } interface Protection { required_status_checks: { enforcement_level: string; contexts: string[]; }; } export interface GithubRepoBranch { name: string; commit: Commit; protected: boolean; protection: Protection; protection_url: string; } export {}; //# sourceMappingURL=GithubRepoBranch.d.ts.map