@altostra/core
Version:
Core library for shared types and logic
1 lines • 327 B
JavaScript
;Object.defineProperty(exports,"__esModule",{value:!0}),exports.DeploymentManifest=void 0;class DeploymentManifest{constructor(e,t,s,o,i,n){this.deployment=e,this.deploymentKind=t,this.projectRef=s,this.sourcesRef=o,this.sourcesUrl=i,this.vendorDeploymentDefinition=n}}exports.DeploymentManifest=DeploymentManifest;